diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
commit | 2e97fe4096e086f33c5edcf38fd415536c6abd16 (patch) | |
tree | 00c970bcb909a3394bb57c821fd8330ca2421162 /security/aide | |
parent | 87b2a13dad521899d4bd45cf12be7d6c0318c115 (diff) | |
download | freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.gz freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.zst freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 241a77983e93..871d4f5d0ae6 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -13,12 +13,11 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash -USES= bison +USES= bison gmake NO_STAGE= yes .include <bsd.port.pre.mk> -USE_GMAKE= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ |