diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-29 15:54:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-29 15:54:17 +0000 |
commit | 6abe93e3cc7e22aa04fa8079b786c40c0cfab394 (patch) | |
tree | 58c5f3307f3a4bb525e1a4d4d323259a2674ae50 /security/yara | |
parent | 267e2486ca90be82c7e772275b191be2b196a097 (diff) |
Notes
Diffstat (limited to 'security/yara')
-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> |