diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-21 20:12:31 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-21 20:12:31 +0000 |
commit | 9028c962eb87abfb963169c6389c26bc75423b2b (patch) | |
tree | a7dabfef18b03f6848ad7b972b79189f49b8ca11 /mail/evolution-exchange | |
parent | 7cc3b3423b466f83a17257ce39b24a8c0e05761f (diff) | |
download | ports-9028c962eb87abfb963169c6389c26bc75423b2b.tar.gz ports-9028c962eb87abfb963169c6389c26bc75423b2b.zip |
Notes
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 8c6208424ee9..f13e578da44e 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -8,7 +8,7 @@ PORTNAME= evolution-exchange PORTVERSION= 2.22.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -61,6 +61,9 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port .endif +post-extract: + @${RM} -f ${WRKSRC}/storage/*.server + post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure |