diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /net-im | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | FreeBSD-ports-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip FreeBSD-ports-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kf/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-rhythmbox/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-im/kf/Makefile b/net-im/kf/Makefile index 346a9f6..35c7e7d 100644 --- a/net-im/kf/Makefile +++ b/net-im/kf/Makefile @@ -18,7 +18,6 @@ COMMENT= A simple Jabber client using the GTK+ 2.0 toolkit LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth -USE_X_PREFIX= yes USE_GNOME= libglade2 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes diff --git a/net-im/pidgin-rhythmbox/Makefile b/net-im/pidgin-rhythmbox/Makefile index 0114e3a..ca881659 100644 --- a/net-im/pidgin-rhythmbox/Makefile +++ b/net-im/pidgin-rhythmbox/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ rhythmbox:${PORTSDIR}/audio/rhythmbox -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes |