diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
commit | cdabc54ad469c80d08327c0d32dfa55c640cff2a (patch) | |
tree | eba3c1f7e94497327507881e3b0eb623013d377e /security | |
parent | 3e5b766396a89930130c8530a30308b48d239d4b (diff) | |
download | freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.gz freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.zst freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.zip |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/libntlm/Makefile | 2 | ||||
-rw-r--r-- | security/libprelude/Makefile | 2 | ||||
-rw-r--r-- | security/oath-toolkit/Makefile | 2 | ||||
-rw-r--r-- | security/openconnect/Makefile | 2 | ||||
-rw-r--r-- | security/razorback-api/Makefile | 2 | ||||
-rw-r--r-- | security/razorback-dispatcher/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
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 <bsd.port.options.mk> -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 <bsd.port.options.mk> -USE_GNOME= gnomehack +USES= pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_MYSQL= yes |