diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-06-30 20:26:07 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-06-30 20:26:07 +0000 |
commit | a9eca8c004cce029b731f3571e7ec2ee54aab4c6 (patch) | |
tree | d2df20717d4df56c65ef3e370553dd9a9e7bac57 /security/audit | |
parent | 7874c60c880cef974256905f769205511a141360 (diff) |
This port needs USE_GMAKE, at least on -current.
Submitted by: petef
Notes
Notes:
svn path=/head/; revision=62228
Diffstat (limited to 'security/audit')
-rw-r--r-- | security/audit/Makefile | 2 |
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) |