diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:03:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 10:03:08 +0000 |
commit | 69a39f5f38e05ce684e2eb92128457e1f52b22e2 (patch) | |
tree | c20e900970d1d92ec9f97b7e8ec1db5a4a5f7c40 /security | |
parent | 542da4442bdedfe99d8bc65fad20e4218492fd1d (diff) | |
download | ports-69a39f5f38e05ce684e2eb92128457e1f52b22e2.tar.gz ports-69a39f5f38e05ce684e2eb92128457e1f52b22e2.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg1/Makefile | 1 | ||||
-rw-r--r-- | security/libssh2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index d9c5cbe0f55a..77d148d20922 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard +WITH_FBSD10_FIX=yes USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 5b280f5a6442..05312ec83501 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -18,6 +18,7 @@ COMMENT= A library implementing the SSH2 protocol LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING +WITH_FBSD10_FIX=yes USE_OPENSSL= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes |