diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-07 21:06:10 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-07 21:06:10 +0000 |
commit | a75e86d86cb651cd9b1a47c011ccb25aae16da39 (patch) | |
tree | 03e2c929e3ef12d6b38c8c0a0d0985dfa5456b30 | |
parent | - force FreeBSD 6.0 to use 0.9.7 (diff) |
Fix Evolution 2.4.x support.
Notes
Notes:
svn path=/head/; revision=147526
-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 c9398b572e7d..6f98c7e4080f 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> |