diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 13:44:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 13:44:31 +0000 |
commit | 6151b40b59c5db815c5ece27fc485acdac899308 (patch) | |
tree | b6b99c5218728bce763ed617ac3a3ac72b5c9a29 /security/snoopy/Makefile | |
parent | 01d6c7d5de9ef5e16b483c8f8ae6035cc85e18e1 (diff) |
Notes
Diffstat (limited to 'security/snoopy/Makefile')
-rw-r--r-- | security/snoopy/Makefile | 2 |
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> |