aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xfce4-mailwatch-plugin
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2011-03-03 18:12:30 +0800
committeroliver <oliver@FreeBSD.org>2011-03-03 18:12:30 +0800
commit7ff1c4cb8c83dff358b2436d45585884198de8ea (patch)
treed8e1daded94c8d8c158174d76db16a83ba721cf2 /mail/xfce4-mailwatch-plugin
parent86f7eb748cfe0d1d967854ecc353ccd1e142cbfd (diff)
downloadfreebsd-ports-gnome-7ff1c4cb8c83dff358b2436d45585884198de8ea.tar.gz
freebsd-ports-gnome-7ff1c4cb8c83dff358b2436d45585884198de8ea.tar.zst
freebsd-ports-gnome-7ff1c4cb8c83dff358b2436d45585884198de8ea.zip
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'mail/xfce4-mailwatch-plugin')
-rw-r--r--mail/xfce4-mailwatch-plugin/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile
index 354e594d5491..6ea69bc2f739 100644
--- a/mail/xfce4-mailwatch-plugin/Makefile
+++ b/mail/xfce4-mailwatch-plugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.1.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
http://freebsd.unixfreunde.de/sources/
@@ -27,4 +27,9 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
USE_XORG= x11 xt xaw
+post-patch:
+ @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
+ s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>