diff options
author | alane <alane@FreeBSD.org> | 2002-10-15 06:56:43 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-15 06:56:43 +0000 |
commit | 3de2c886c41c321957f602a12aa14fc6f06afdc9 (patch) | |
tree | e3dc68ae7aa0a05dc2b303528da4109a11ecdc67 /security/poc | |
parent | 0830a369c587b15eb1cb92313e5aec111eb20dff (diff) | |
download | FreeBSD-ports-3de2c886c41c321957f602a12aa14fc6f06afdc9.zip FreeBSD-ports-3de2c886c41c321957f602a12aa14fc6f06afdc9.tar.gz |
Added USE_GMAKE to Makefile to unbreak build.
PR: 44067
Approved by: maintainer
Diffstat (limited to 'security/poc')
-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 ee70a12..5d5336e 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" \ |