aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-01-07 22:46:11 +0000
committerRene Ladan <rene@FreeBSD.org>2012-01-07 22:46:11 +0000
commit9f07eb5862589e735ee737e2e6acb0ac78660545 (patch)
treee7dd2989d61d871513f5fa0fe1def928a9c292e1 /mail
parent2f3ef73dda7b3b18ac5a62da2ac750f009828ec3 (diff)
downloadports-9f07eb5862589e735ee737e2e6acb0ac78660545.tar.gz
ports-9f07eb5862589e735ee737e2e6acb0ac78660545.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/xfce4-mailwatch-plugin/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile
index 7e8743c9333c..279a70c7f60c 100644
--- a/mail/xfce4-mailwatch-plugin/Makefile
+++ b/mail/xfce4-mailwatch-plugin/Makefile
@@ -7,20 +7,18 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.1.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
http://freebsd.unixfreunde.de/sources/
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= A mailwatch plugin for xfce
+COMMENT= A mailwatch plugin for Xfce
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
gcrypt.18:${PORTSDIR}/security/libgcrypt
-BROKEN= does not link
-
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
@@ -34,5 +32,8 @@ 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
+post-configure:
+ @${REINPLACE_CMD} -e 's|-lgnutls|-lgnutls -lgcrypt|g' \
+ ${WRKSRC}/panel-plugin/Makefile
.include <bsd.port.mk>