Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 06:21:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347849 - head/security/quantis-kmod
Message-ID:  <201403110621.s2B6LHAj008918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403110621.s2B6LHAj008918>