diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-01-04 20:35:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-01-04 20:35:08 +0000 |
commit | deed2d85a96a350ffcc325e6a2e04c82bde551ae (patch) | |
tree | 714a45682a7cd669a34568a0869b8133d3b0a5e7 /security/sshguard | |
parent | 0f1088e2a0f536503bc4650de362cff1f6a373f5 (diff) | |
download | ports-deed2d85a96a350ffcc325e6a2e04c82bde551ae.tar.gz ports-deed2d85a96a350ffcc325e6a2e04c82bde551ae.zip |
Notes
Diffstat (limited to 'security/sshguard')
-rw-r--r-- | security/sshguard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index a68a8e8841b9..70f29252d216 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -22,6 +22,7 @@ PLIST_FILES= sbin/sshguard MAN8= sshguard.8 MANCOMPRESSED= no USE_BZIP2= yes +MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" HAS_CONFIGURE= yes # sublist will be set afterward |