diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 23:54:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 23:54:17 +0800 |
commit | 3ad0ab9eb58637ba0382ea827423565f61cb4a0a (patch) | |
tree | 58c5f3307f3a4bb525e1a4d4d323259a2674ae50 /security | |
parent | 2876270070f21a1f62e75a0c542f1daec2e80563 (diff) | |
download | freebsd-ports-gnome-3ad0ab9eb58637ba0382ea827423565f61cb4a0a.tar.gz freebsd-ports-gnome-3ad0ab9eb58637ba0382ea827423565f61cb4a0a.tar.zst freebsd-ports-gnome-3ad0ab9eb58637ba0382ea827423565f61cb4a0a.zip |
Convert to USES=autoreconf
Diffstat (limited to 'security')
-rw-r--r-- | security/yara/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/yara/Makefile b/security/yara/Makefile index 77e667fdef4c..b36ff33ff44b 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -14,9 +14,7 @@ GH_COMMIT= 85e913e GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= -a -c -f +USES= autoreconf libtool USE_LDCONFIG= yes .include <bsd.port.mk> |