From 467d3a35462d6fd8698b7e31a6fbd1f357ca7940 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Wed, 2 Jul 2014 16:43:03 +0000 Subject: [PATCH] - ${opt}_USE=* should be comma delimited - Bump PORTREVISION to register correct dependencies --- misc/nut/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=""