diff options
-rw-r--r-- | mail/mail-notification/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index c9398b5..6f98c7e 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= mailnotify MAINTAINER= jylefort@FreeBSD.org COMMENT= A mail notification for freedesktop.org-compliant system trays +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack eel2 USE_LIBTOOL_VER= 15 @@ -98,4 +99,8 @@ CONFIGURE_ARGS+= --disable-sasl LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .endif +post-patch: + @${REINPLACE_CMD} -e 's|evolution-plugin-2.2|evolution-plugin-2.4|' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> |