From 334eb0fc61312986b1d9f56b24c7518920f81462 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Tue, 19 Mar 2013 13:04:30 +0000 Subject: This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix. If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) --- security/libntlm/Makefile | 2 +- security/libprelude/Makefile | 2 +- security/oath-toolkit/Makefile | 2 +- security/openconnect/Makefile | 2 +- security/razorback-api/Makefile | 2 +- security/razorback-dispatcher/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index f072c7ce44b1..477fe7fbb1d9 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -11,7 +11,7 @@ COMMENT= Library that implement Microsoft's NTLM authentication LICENSE= LGPL21 -USE_GNOME= gnomehack +USES= pathfix USE_AUTOTOOLS= libtool USE_PKGCONFIG= build USE_LDCONFIG= yes diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 1949030c0ed1..92a69bf56b58 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_PKGCONFIG= build USE_ICONV= yes USE_GETTEXT= yes -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 6ef5c8ba69f2..9e90b2d3d3e2 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Library, tools, and PAM module for OATH authentication USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index f4a3b349dd93..284789925cde 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_AUTOTOOLS= aclocal autoconf libtool -USE_GNOME= gnomehack +USES= pathfix USE_PKGCONFIG= yes USE_GMAKE= yes USE_OPENSSL= yes diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index 8c96f3daac51..bd48e4db6bc6 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -30,7 +30,7 @@ STOMP_DEBUG_DESC= Enable STOMP Debug .include -USE_GNOME= gnomehack +USES= pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/razorback-dispatcher/Makefile b/security/razorback-dispatcher/Makefile index 2babe6864d0b..f7638cd8c4e7 100644 --- a/security/razorback-dispatcher/Makefile +++ b/security/razorback-dispatcher/Makefile @@ -29,7 +29,7 @@ ACTIVEMQ_DESC= ActiveMQ runs locally .include -USE_GNOME= gnomehack +USES= pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_MYSQL= yes -- cgit v1.2.3