aboutsummaryrefslogtreecommitdiff
path: root/security/yara
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-29 15:54:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-29 15:54:17 +0000
commit6abe93e3cc7e22aa04fa8079b786c40c0cfab394 (patch)
tree58c5f3307f3a4bb525e1a4d4d323259a2674ae50 /security/yara
parent267e2486ca90be82c7e772275b191be2b196a097 (diff)
downloadports-6abe93e3cc7e22aa04fa8079b786c40c0cfab394.tar.gz
ports-6abe93e3cc7e22aa04fa8079b786c40c0cfab394.zip
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=382603
Diffstat (limited to 'security/yara')
-rw-r--r--security/yara/Makefile4
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>