svn commit: r345630 - head/security/razorback-officeCat

Antoine Brodin antoine at FreeBSD.org
Sat Feb 22 12:59:27 UTC 2014


Author: antoine
Date: Sat Feb 22 12:59:26 2014
New Revision: 345630
URL: http://svnweb.freebsd.org/changeset/ports/345630
QAT: https://qat.redports.org/buildarchive/r345630/

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

Modified:
  head/security/razorback-officeCat/Makefile

Modified: head/security/razorback-officeCat/Makefile
==============================================================================
--- head/security/razorback-officeCat/Makefile	Sat Feb 22 12:47:25 2014	(r345629)
+++ head/security/razorback-officeCat/Makefile	Sat Feb 22 12:59:26 2014	(r345630)
@@ -20,6 +20,8 @@ BUILD_DEPENDS=	razorback-masterNugget>=0
 RUN_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget \
 		wine:${PORTSDIR}/emulators/wine
 
+USES=		pkgconfig
+
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	only supported under i386 due to wine requirements
 


More information about the svn-ports-all mailing list