aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-07-02 16:43:03 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-07-02 16:43:03 +0000
commit467d3a35462d6fd8698b7e31a6fbd1f357ca7940 (patch)
treee07391547a1457c30bb24a3a9b11efb9bef3f8ed /misc
parent980fa2d9f24c3573519e10d2c6aa6c67d3b5eb7a (diff)
downloadports-467d3a35462d6fd8698b7e31a6fbd1f357ca7940.tar.gz
ports-467d3a35462d6fd8698b7e31a6fbd1f357ca7940.zip
- ${opt}_USE=* should be comma delimited
- Bump PORTREVISION to register correct dependencies
Notes
Notes: svn path=/head/; revision=360221
Diffstat (limited to 'misc')
-rw-r--r--misc/nut/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile
index 866735616cba..a6b7ea4e77f1 100644
--- a/misc/nut/Makefile
+++ b/misc/nut/Makefile
@@ -3,6 +3,7 @@
PORTNAME= nut
PORTVERSION= 19.2
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= SF
PKGNAMEPREFIX= health-
@@ -26,7 +27,7 @@ FLTK_LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libfltk_images.so:${PORTSDIR}/x11-toolkits/fltk
-FLTK_USE= XORG=x11 xau xcb xdmcp xext xft xinerama xpm xrender
+FLTK_USE= XORG=x11,xau,xcb,xdmcp,xext,xft,xinerama,xpm,xrender
FLTK_MAKE_ENV= HAVE_FLTK=1 FLTK_NUT="fltk/Nut"
FLTK_MAKE_ENV_OFF= HAVE_FLTK=0 FLTK_NUT=""