diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
commit | d32714f4af055b4595f6a8d47e2cdbf066539f1f (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /security/trousers | |
parent | f2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff) |
Notes
Diffstat (limited to 'security/trousers')
-rw-r--r-- | security/trousers/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 5a0f54285130..d14826c6adba 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -15,11 +15,9 @@ LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= alias gmake iconv libtool pkgconfig +USES= alias autoreconf gmake iconv libtool pkgconfig USE_OPENSSL= YES USE_LDCONFIG= YES -USE_AUTOTOOLS= libtoolize aclocal autoconf automake -AUTOMAKE_ARGS= -a -c -f USE_RC_SUBR= tcsd INSTALL_TARGET= install-strip GNU_CONFIGURE= YES |