summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-20 22:27:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-20 22:27:05 +0000
commit89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d (patch)
tree90074ba47903ee720378e7ff23c736444c1dfad6 /mail
parent- Mark BROKEN on FreeBSD/amd64 7 and up: cast from 'Socket*' to 'unsigned int' (diff)
- Fix build after xorg cleanup
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=211678
Diffstat (limited to 'mail')
-rw-r--r--mail/xfce4-mailwatch-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile
index 80c378e00fc2..f4f635cf88cb 100644
--- a/mail/xfce4-mailwatch-plugin/Makefile
+++ b/mail/xfce4-mailwatch-plugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
http://freebsd.unixfreunde.de/sources/
@@ -23,5 +23,6 @@ USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
+USE_XORG= x11 xt xaw
.include <bsd.port.mk>