diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /net-p2p | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/giftoxic/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/giftui/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/Makefile | 4 |
3 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/giftoxic/Makefile b/net-p2p/giftoxic/Makefile index a80441997b34..5ca3eb309fa0 100644 --- a/net-p2p/giftoxic/Makefile +++ b/net-p2p/giftoxic/Makefile @@ -17,7 +17,6 @@ COMMENT= GTK2 client for giFT LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift -USE_X_PREFIX= yes USE_GNOME= gtk20 gnomeprefix gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/giftui/Makefile b/net-p2p/giftui/Makefile index d9f7d57211a5..09cd3f12c498 100644 --- a/net-p2p/giftui/Makefile +++ b/net-p2p/giftui/Makefile @@ -19,7 +19,6 @@ COMMENT= GTK2 client for giFT daemon LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift USE_BZIP2= yes -USE_XLIB= yes USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 3238066dd843..b6454534d5e1 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -44,7 +44,7 @@ PORTNAME= gtk-gnutella PORTVERSION= 0.96.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= -D official=true .endif .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= x11 .if defined(WITH_GTK2) CONFIGURE_ARGS+= -D gtkversion=2 USE_GNOME+= gtk20 |