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