aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-07-01 04:26:07 +0800
committeranders <anders@FreeBSD.org>2002-07-01 04:26:07 +0800
commit2968d522bf931ffeb0b2231bd99043ca50d83221 (patch)
treeaf3735bb738aa21829f6c3f633dad8351e948273 /security
parent97bd0dcfae32e39341a090dbf50d90452e57fc70 (diff)
downloadfreebsd-ports-gnome-2968d522bf931ffeb0b2231bd99043ca50d83221.tar.gz
freebsd-ports-gnome-2968d522bf931ffeb0b2231bd99043ca50d83221.tar.zst
freebsd-ports-gnome-2968d522bf931ffeb0b2231bd99043ca50d83221.zip
This port needs USE_GMAKE, at least on -current.
Submitted by: petef
Diffstat (limited to 'security')
-rw-r--r--security/audit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile
index 26851b8a4f39..ba5262370923 100644
--- a/security/audit/Makefile
+++ b/security/audit/Makefile
@@ -23,6 +23,8 @@ LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}beta
+USE_GMAKE= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-audit-libdir=${PREFIX}/lib/alat
.if defined(WITH_MYSQL)