From 0400b2c7ffd8d495abfaff9f6419752b85e249fc Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 11 Aug 2011 19:20:17 +0000 Subject: Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov --- security/gsasl/Makefile | 2 +- security/gss/Makefile | 2 +- security/libident/Makefile | 2 +- security/libntlm/Makefile | 2 +- security/shishi/Makefile | 2 +- security/xmlsec1/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'security') 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 -- cgit