diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-30 01:08:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-30 01:08:18 +0800 |
commit | 92cfea271a9c349246a68b53b95c8a55e64dd8ce (patch) | |
tree | 5a431752a151d11548cc2ed08a1e11326c03fabb /mail | |
parent | 95186716028a3eae206be8f25a46481f8b95d4ad (diff) | |
download | marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.tar marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.tar.gz marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.tar.bz2 marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.tar.lz marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.tar.xz marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.tar.zst marcuscom-ports-92cfea271a9c349246a68b53b95c8a55e64dd8ce.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11092 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index d58bab002..450679cbe 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.115 2008/06/06 21:38:50 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.116 2008/06/16 23:26:33 marcus Exp $ # PORTNAME= evolution-exchange @@ -58,7 +58,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" .endif .if exists(${LOCALBASE}/include/mapi.h) -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 +IGNORE= build fails when ${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 the port that installed mapi.h .endif post-patch: |