diff options
author | marino <marino@FreeBSD.org> | 2015-07-03 18:46:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-07-03 18:46:51 +0800 |
commit | 7e9a94b4b5cf5bdb2820952b762993a266334957 (patch) | |
tree | ed8e5e191bf6176774e47c05283805858a27fc27 /security/yara | |
parent | b92a62ed4f740acf79d20da345d96afe12d17bd9 (diff) | |
download | freebsd-ports-gnome-7e9a94b4b5cf5bdb2820952b762993a266334957.tar.gz freebsd-ports-gnome-7e9a94b4b5cf5bdb2820952b762993a266334957.tar.zst freebsd-ports-gnome-7e9a94b4b5cf5bdb2820952b762993a266334957.zip |
Add USES=alias to 11 ports (non-invasive DragonFly support)
Diffstat (limited to 'security/yara')
-rw-r--r-- | security/yara/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/yara/Makefile b/security/yara/Makefile index 5cd26b210901..8d80f23e77a9 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -13,7 +13,7 @@ GH_ACCOUNT= plusvic GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf libtool +USES= alias autoreconf libtool USE_LDCONFIG= yes .include <bsd.port.mk> |