diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 10:09:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 10:09:19 +0000 |
commit | 15dccb3a0dda5b48f22d488cfcbde75b1d53ef2b (patch) | |
tree | 908ebe63f57c4c891160678dcf8ff5a61c53fdff /security | |
parent | 0525dda9d0549496f69feeb9bed0d758e3ef8042 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libkpass/Makefile | 2 | ||||
-rw-r--r-- | security/opencryptoki/Makefile | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 1 | ||||
-rw-r--r-- | security/trousers/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/security/libkpass/Makefile b/security/libkpass/Makefile index 1c133702c523..22e6785e002e 100644 --- a/security/libkpass/Makefile +++ b/security/libkpass/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gettext gmake libtool +USES= alias gettext gmake libtool USE_LDCONFIG= yes CPPFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \ -I${LOCALBASE}/include diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index f24f3cfbf10e..fb98611cbaf0 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libtspi.so:${PORTSDIR}/security/trousers -USES= gmake libtool tar:bzip2 +USES= alias gmake libtool tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/opencryptoki USE_AUTOTOOLS= libtoolize aclocal autoconf automake AUTOMAKE_ARGS= -a -c -f diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index f368b4c8a0db..fd76ddab489e 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -18,6 +18,7 @@ COMMENT= The portable version of OpenBSD's OpenSSH CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* +USES= alias USE_AUTOTOOLS= autoconf autoheader USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 2bad670f0f5a..5a0f54285130 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -15,7 +15,7 @@ LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake iconv libtool pkgconfig +USES= alias gmake iconv libtool pkgconfig USE_OPENSSL= YES USE_LDCONFIG= YES USE_AUTOTOOLS= libtoolize aclocal autoconf automake |