summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-21 23:55:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-21 23:55:13 +0000
commitb8135727e5667c1cf0af2467f39e896962b6e1fc (patch)
tree19e1ac2018f516017690be5624a0e40e49f97f91 /net-im
parent- Fix -curses typo concerning ctrl-d and ctrl-t handling (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209563
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gajim-devel/Makefile2
-rw-r--r--net-im/gajim/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gajim-devel/Makefile b/net-im/gajim-devel/Makefile
index 3e37e06abed3..863f65af73f6 100644
--- a/net-im/gajim-devel/Makefile
+++ b/net-im/gajim-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gajim
PORTVERSION= 20080309
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://ports.internal.vlink.ru/distfiles/
PKGNAMESUFFIX= -devel
@@ -22,7 +23,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pygtk2
USE_PYTHON= 2.4+
-USE_XLIB= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I ${X11BASE}/include" \
LDFLAGS="-L ${LOCALBASE}/lib" PYTHON=${PYTHON_CMD}
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile
index 009aacd0f515..fd6d7958bf88 100644
--- a/net-im/gajim/Makefile
+++ b/net-im/gajim/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gajim
PORTVERSION= 0.11.4
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://www.gajim.org/downloads/ \
http://ports.internal.vlink.ru/distfiles/
@@ -22,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= pygtk2
USE_PYTHON= 2.4+
-USE_XLIB= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I ${X11BASE}/include" \
LDFLAGS="-L ${LOCALBASE}/lib" PYTHON=${PYTHON_CMD}