svn commit: r345632 - head/net/nxserver

Antoine Brodin antoine at FreeBSD.org
Sat Feb 22 13:05:21 UTC 2014


Author: antoine
Date: Sat Feb 22 13:05:20 2014
New Revision: 345632
URL: http://svnweb.freebsd.org/changeset/ports/345632
QAT: https://qat.redports.org/buildarchive/r345632/

Log:
  Attempt to unbreak: add explicit dependency on pkgconf
  
  Reported by:	pkg-fallout

Modified:
  head/net/nxserver/Makefile

Modified: head/net/nxserver/Makefile
==============================================================================
--- head/net/nxserver/Makefile	Sat Feb 22 13:01:18 2014	(r345631)
+++ head/net/nxserver/Makefile	Sat Feb 22 13:05:20 2014	(r345632)
@@ -31,8 +31,7 @@ LIB_DEPENDS=	libaudiofile.so:${PORTSDIR}
 # freetype version included does not compile on 64bit
 ONLY_FOR_ARCHS=	i386
 
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 WRKSRC=		${WRKDIR}
 GNU_CONFIGURE=	yes
 ALL_TARGET=	World


More information about the svn-ports-head mailing list