aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nvclock
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:57:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:57:36 +0000
commit59c2fedf11b952e9f5d499acb86996e6f41585e1 (patch)
treeaeac2336babc1a79b8c23c6f70fbcd7d8ced0b1f /sysutils/nvclock
parent9097a3c88ccbefd4d15beb528391aa522d9980c3 (diff)
downloadports-59c2fedf11b952e9f5d499acb86996e6f41585e1.tar.gz
ports-59c2fedf11b952e9f5d499acb86996e6f41585e1.zip
Notes
Diffstat (limited to 'sysutils/nvclock')
-rw-r--r--sysutils/nvclock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nvclock/Makefile b/sysutils/nvclock/Makefile
index 902371ebdc46..61c235a5331f 100644
--- a/sysutils/nvclock/Makefile
+++ b/sysutils/nvclock/Makefile
@@ -13,7 +13,7 @@ COMMENT= NVidia graphic card status and overclocking tool
LICENSE= GPLv2
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/nvclock bin/smartdimmer
@@ -30,7 +30,7 @@ X11_DESC= Build GUI program (requires GTK+ 2.x)
.if ${PORT_OPTIONS:MNVCONTROL}
USE_XORG= xext
-USE_GNOME= pkgconfig
+USES+= pkgconfig
.else
CONFIGURE_ARGS+= --disable-nvcontrol
.endif