aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-21 06:27:05 +0800
committermiwi <miwi@FreeBSD.org>2008-04-21 06:27:05 +0800
commit4626acfc5363a272f7eda781d74a4f5da88c328b (patch)
treeb5e8fa729fe3d7beff7dca148d39cef3455c24e9 /net-im
parent30311e04e681a89c73464c2f471a24fddbf13e22 (diff)
downloadfreebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.gz
freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.zst
freebsd-ports-gnome-4626acfc5363a272f7eda781d74a4f5da88c328b.zip
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'net-im')
-rw-r--r--net-im/xfce4-messenger-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/xfce4-messenger-plugin/Makefile b/net-im/xfce4-messenger-plugin/Makefile
index cb151bc88f83..a976ee9b171f 100644
--- a/net-im/xfce4-messenger-plugin/Makefile
+++ b/net-im/xfce4-messenger-plugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-messenger-plugin
PORTVERSION= 0.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
DIST_SUBDIR= xfce4
@@ -23,5 +23,6 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
+USE_XORG= x11 xt xaw
.include <bsd.port.mk>