diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-15 06:56:43 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-15 06:56:43 +0000 |
commit | c863ff40c431bdf62af1500acafad2533d449944 (patch) | |
tree | ccc68ad8b083a3c28a239aad5fa08d2062dc4728 | |
parent | upgrade to 0.85 (diff) |
Added USE_GMAKE to Makefile to unbreak build.
PR: 44067
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=68083
-rw-r--r-- | security/poc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/poc/Makefile b/security/poc/Makefile index ee70a1281c91..5d5336e8bf41 100644 --- a/security/poc/Makefile +++ b/security/poc/Makefile @@ -16,6 +16,7 @@ MAINTAINER= king@v2project.com LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ towitoko.2:${PORTSDIR}/devel/towitoko +USE_GMAKE= yes USE_AUTOMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |