diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 03:14:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 03:14:55 +0000 |
commit | 2e2a921591f677d4921b4e1dd49fe2b5a0e3ded3 (patch) | |
tree | 8e6cbbf115e00b92e4cc6ebbbd83d8b0cc71180a /www/mozilla/Makefile | |
parent | 7cbba24dba20f796d7e6482ee62f6dc64127dc4e (diff) | |
download | ports-2e2a921591f677d4921b4e1dd49fe2b5a0e3ded3.tar.gz ports-2e2a921591f677d4921b4e1dd49fe2b5a0e3ded3.zip |
Notes
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 703e78463c4e..0a330a0387b3 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -229,6 +229,12 @@ post-patch: ${WRKSRC}/build/unix/$${pcfile}.pc.in; \ done +pre-configure: + @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \ + ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ + ${FALSE}; \ + fi + post-build: ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%MOZILLA%%|${MOZILLA}|g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/${MOZILLA} |