[Midnightbsd-cvs] mports [16016] trunk/sysutils/nvclock/Makefile: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 2 17:56:42 EST 2014


Revision: 16016
          http://svnweb.midnightbsd.org/mports/?rev=16016
Author:   laffer1
Date:     2014-03-02 17:56:41 -0500 (Sun, 02 Mar 2014)
Log Message:
-----------
modernize

Modified Paths:
--------------
    trunk/sysutils/nvclock/Makefile

Modified: trunk/sysutils/nvclock/Makefile
===================================================================
--- trunk/sysutils/nvclock/Makefile	2014-03-02 22:56:04 UTC (rev 16015)
+++ trunk/sysutils/nvclock/Makefile	2014-03-02 22:56:41 UTC (rev 16016)
@@ -12,7 +12,7 @@
 
 LICENSE=	gpl2
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 MAN1=		nvclock.1
@@ -28,7 +28,7 @@
 
 .if ${PORT_OPTIONS:MNVCONTROL}
 USE_XORG=	xext
-USE_GNOME=	pkgconfig
+USES+=		pkgconfig
 .else
 CONFIGURE_ARGS+=	--disable-nvcontrol
 .endif



More information about the Midnightbsd-cvs mailing list