diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 22:27:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 22:27:05 +0000 |
commit | 89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d (patch) | |
tree | 90074ba47903ee720378e7ff23c736444c1dfad6 /net-im | |
parent | dba0752a128a04a6e3f441546a43c2a9247bc690 (diff) |
- Fix build after xorg cleanup
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=211678
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/xfce4-messenger-plugin/Makefile | 3 |
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> |