diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
commit | b227b572d808bc9da030a9f4a079976d44caca94 (patch) | |
tree | 1659ecc733f98dafc1d82c17de03ecbfa967a0c3 /security | |
parent | 5dda718fe934220c0f5af5544f2af8ccbe900563 (diff) | |
download | freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.gz freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.zst freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.zip |
- Remove WITH_FBSD10_FIX, is no longer needed
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg1/Makefile | 1 | ||||
-rw-r--r-- | security/gnutls/Makefile | 1 | ||||
-rw-r--r-- | security/libksba/Makefile | 1 | ||||
-rw-r--r-- | security/libssh2/Makefile | 1 | ||||
-rw-r--r-- | security/libtasn1/Makefile | 1 | ||||
-rw-r--r-- | security/mhash/Makefile | 1 | ||||
-rw-r--r-- | security/sudo/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 77d148d20922..d9c5cbe0f55a 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,7 +16,6 @@ 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/gnutls/Makefile b/security/gnutls/Makefile index 656ad2121e62..857b8580df65 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= nettle.4:${PORTSDIR}/security/nettle \ CONFLICTS= gnutls-devel-[0-9]* -WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_ICONV= yes USE_GNOME= pkgconfig ltverhack gnomehack diff --git a/security/libksba/Makefile b/security/libksba/Makefile index a42dbd5e85c4..ec5b7a910e80 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -23,7 +23,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static USE_LDCONFIG= yes USE_PERL5_BUILD=yes -WITH_FBSD10_FIX=yes INFO= ksba diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 05312ec83501..5b280f5a6442 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -18,7 +18,6 @@ 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 diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 6423c5f9150e..1a01e97ed050 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= libtasn1 MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library -WITH_FBSD10_FIX= yes USE_LDCONFIG= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 658f66b15503..e2712b7c36ca 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -17,7 +17,6 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -WITH_FBSD10_FIX=yes CONFIGURE_ARGS+= --enable-static --with-gnu-ld MAN3= mhash.3 diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 0b1b530311e1..ce15688d2e70 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -44,7 +44,6 @@ COMMENT= Allow others to run commands as root MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes -WITH_FBSD10_FIX=yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \ |