diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (patch) | |
tree | 2b6ace863c4ac36dc5529a870236255349e07060 /security | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.zip |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/gsasl/Makefile | 2 | ||||
-rw-r--r-- | security/gss/Makefile | 2 | ||||
-rw-r--r-- | security/libident/Makefile | 2 | ||||
-rw-r--r-- | security/libntlm/Makefile | 2 | ||||
-rw-r--r-- | security/shishi/Makefile | 2 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index e208c2f07c75..c8eef7cb239c 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gnutls.47:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" diff --git a/security/gss/Makefile b/security/gss/Makefile index cab73093dcf1..348b3f709d3a 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= shishi.1:${PORTSDIR}/security/shishi CONFLICTS= heimdal-[0-9]* USE_PERL5_BUILD= yes -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 diff --git a/security/libident/Makefile b/security/libident/Makefile index c40472a67426..cb6eb02bb4e9 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) USE_AUTOTOOLS= libtool -USE_GNOME= gnometarget lthack +USE_GNOME= lthack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index d8e605fb9afc..afe3a168b2d4 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= jochen@daten-chaos.de COMMENT= A library that implement Microsoft's NTLM authentication -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/security/shishi/Makefile b/security/shishi/Makefile index d25688a0dbdd..1be337995527 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ USE_AUTOTOOLS= libtool USE_PERL5_BUILD= yes -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 2efb661ab0e8..cd5a970f9341 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -24,7 +24,7 @@ OPTIONS= GNUTLS "Enable GNUTLS support" off \ NSS "Enable Mozilla's NSS support" off USE_OPENSSL= yes -USE_GNOME= gnomehack lthack libxslt gnometarget +USE_GNOME= gnomehack lthack libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes |