aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-29 01:56:37 +0800
committerEitan Adler <eadler@FreeBSD.org>2013-03-29 01:56:37 +0800
commit6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6 (patch)
treea2c11d52ab3177a4c2576c465a4d77328c906e96 /net
parent4627852ca68a41774078979b35195363ed827356 (diff)
downloadfreebsd-ports-gnome-6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6.tar.gz
freebsd-ports-gnome-6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6.tar.zst
freebsd-ports-gnome-6b720eaf70d03758f08ee62ef9ed7dfbdbad40e6.zip
Convert a few remaining straglers from the unmaintined ports to pathfix
Diffstat (limited to 'net')
-rw-r--r--net/gsk/Makefile4
-rw-r--r--net/netembryo/Makefile4
-rw-r--r--net/tapidbus/Makefile4
-rw-r--r--net/tsclient/Makefile3
4 files changed, 8 insertions, 7 deletions
diff --git a/net/gsk/Makefile b/net/gsk/Makefile
index b876e7436b4a..efb2166c5bf0 100644
--- a/net/gsk/Makefile
+++ b/net/gsk/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A C library for writing servers
-USES= pathfix
-USE_GNOME= glib20 gnomehack
+USES= pathfix
+USE_GNOME= glib20
USE_PKGCONFIG= build
USE_OPENSSL= yes
USE_AUTOTOOLS= libtool
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile
index 3dab290f849d..a0b52620f01f 100644
--- a/net/netembryo/Makefile
+++ b/net/netembryo/Makefile
@@ -15,8 +15,8 @@ OPTIONS_DEFINE= OPENSSL
OPTIONS_DEFAULT=OPENSSL
USE_BZIP2= yes
-USES= pathfix
-USE_GNOME= glib20 gnomehack
+USES= pathfix
+USE_GNOME= glib20
USE_PKGCONFIG= build
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile
index 14498b77572d..4ebb162e2676 100644
--- a/net/tapidbus/Makefile
+++ b/net/tapidbus/Makefile
@@ -15,8 +15,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
-USES= pathfix
-USE_GNOME= glib20 gnomehack
+USES= pathfix
+USE_GNOME= glib20
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index 4c59d2b42a4d..0b23575a8c4b 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -32,7 +32,8 @@ XNEST_DESC= X via Xnest support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNOME}
-USE_GNOME+= gnomeprefix gnomehack gnomepanel libgnomeui
+USES= pathfix
+USE_GNOME+= gnomeprefix gnomepanel libgnomeui
.else
CONFIGURE_ARGS+= --disable-gnome
.endif