svn commit: r347849 - head/security/quantis-kmod

Antoine Brodin antoine at FreeBSD.org
Tue Mar 11 06:21:18 UTC 2014


Author: antoine
Date: Tue Mar 11 06:21:17 2014
New Revision: 347849
URL: http://svnweb.freebsd.org/changeset/ports/347849
QAT: https://qat.redports.org/buildarchive/r347849/

Log:
  Unbreak

Modified:
  head/security/quantis-kmod/Makefile

Modified: head/security/quantis-kmod/Makefile
==============================================================================
--- head/security/quantis-kmod/Makefile	Tue Mar 11 06:20:43 2014	(r347848)
+++ head/security/quantis-kmod/Makefile	Tue Mar 11 06:21:17 2014	(r347849)
@@ -17,7 +17,7 @@ LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKDIR}/Quantis-${DISTVERSION}/License.txt
 
-USES=		zip:infozip
+USES=		kmod uidfix zip:infozip
 EXTRACT_BEFORE_ARGS=	-aqo
 
 WRKSRC=		${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci
@@ -26,6 +26,4 @@ PLIST_FILES=	"@cwd ${KMODDIR}" \
 		"quantis.ko" \
 		"@cwd ${PREFIX}"
 
-USES=		kmod uidfix
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list