diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-03 10:12:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-03 10:12:30 +0000 |
commit | 6f4ce81280e8188f1b8dbaa092858fded2abc02e (patch) | |
tree | c562f41d08d739c18c1ae57328d9c042e20c2282 /mail | |
parent | a7d0f2f1180a5ad6ad2935884415f5e86bd32114 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 7 |
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> |