diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
commit | 06fbe8022823a31fee874824dbd6b6edc319d190 (patch) | |
tree | b6b99c5218728bce763ed617ac3a3ac72b5c9a29 /security/snoopy | |
parent | fde8d225baec550babca88cd47f6809f2c52cc95 (diff) | |
download | freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.gz freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.zst freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.zip |
Convert to USES=gmake
Diffstat (limited to 'security/snoopy')
-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> |