diff options
author | cy <cy@FreeBSD.org> | 2017-06-21 10:45:20 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-06-21 10:45:20 +0800 |
commit | 8940c4d70bd7869268236c9d4a0cdc07fa0f3b1b (patch) | |
tree | d1a1afc8e32ed2c09c8c460ecb10b28993a54dbc /security/aide | |
parent | a4a2b4857cd4785d102fd406de1040bae36226cd (diff) | |
download | freebsd-ports-gnome-8940c4d70bd7869268236c9d4a0cdc07fa0f3b1b.tar.gz freebsd-ports-gnome-8940c4d70bd7869268236c9d4a0cdc07fa0f3b1b.tar.zst freebsd-ports-gnome-8940c4d70bd7869268236c9d4a0cdc07fa0f3b1b.zip |
Switch to USES localbase.
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index a392f3087d12..2e7cb1d4e9c6 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -13,7 +13,7 @@ COMMENT= Replacement and extension for Tripwire LIB_DEPENDS= libmhash.so:security/mhash \ libpcre.so:devel/pcre -USES= autoreconf bison gmake +USES= autoreconf bison gmake localbase GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ @@ -21,8 +21,7 @@ CONFIGURE_ARGS+=--with-mhash \ --mandir=${MANPREFIX}/man \ --with-config_file=${PREFIX}/etc/aide.conf -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread SUB_FILES= pkg-message |