diff options
author | marcus <marcus@FreeBSD.org> | 2008-06-30 00:41:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-06-30 00:41:02 +0800 |
commit | 59f556c2a4b8769d8744ff58b3e0c7ba27cd6a55 (patch) | |
tree | 539d7c733b8146cf87760ad2af9f69d363d5cc22 | |
parent | 8125ef98f31f93eb317dff981dbabbbefaeb62e9 (diff) | |
download | freebsd-ports-gnome-59f556c2a4b8769d8744ff58b3e0c7ba27cd6a55.tar.gz freebsd-ports-gnome-59f556c2a4b8769d8744ff58b3e0c7ba27cd6a55.tar.zst freebsd-ports-gnome-59f556c2a4b8769d8744ff58b3e0c7ba27cd6a55.zip |
Clarify the IGNORE message when mapi.h exists.
Requested by: netchild
-rw-r--r-- | mail/evolution-exchange/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 7cc10603e521..74195da1ca18 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -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-extract: |