summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-05 13:44:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-05 13:44:31 +0000
commit6151b40b59c5db815c5ece27fc485acdac899308 (patch)
treeb6b99c5218728bce763ed617ac3a3ac72b5c9a29 /security
parentImport new gmake.mk and rip out USE_GMAKE from bsd.port.mk (diff)
Convert to USES=gmake
Notes
Notes: svn path=/head/; revision=322325
Diffstat (limited to 'security')
-rw-r--r--security/snoopy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snoopy/Makefile b/security/snoopy/Makefile
index 60c85e3d0331..7eba931e6e55 100644
--- a/security/snoopy/Makefile
+++ b/security/snoopy/Makefile
@@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= lib/snoopy.so bin/detect
PORTDOCS= README
+USES= gmake
GNU_CONFIGURE= yes
-USE_GMAKE= yes
.include <bsd.port.options.mk>