svn commit: r360221 - head/misc/nut

Jason E. Hale jhale at FreeBSD.org
Wed Jul 2 16:43:04 UTC 2014


Author: jhale
Date: Wed Jul  2 16:43:03 2014
New Revision: 360221
URL: http://svnweb.freebsd.org/changeset/ports/360221
QAT: https://qat.redports.org/buildarchive/r360221/

Log:
  - ${opt}_USE=* should be comma delimited
  - Bump PORTREVISION to register correct dependencies

Modified:
  head/misc/nut/Makefile

Modified: head/misc/nut/Makefile
==============================================================================
--- head/misc/nut/Makefile	Wed Jul  2 16:34:13 2014	(r360220)
+++ head/misc/nut/Makefile	Wed Jul  2 16:43:03 2014	(r360221)
@@ -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:${
 			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=""
 


More information about the svn-ports-head mailing list