From 2e2a921591f677d4921b4e1dd49fe2b5a0e3ded3 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 19 Mar 2004 03:14:55 +0000 Subject: Borrow from the OpenLDAP ports, and refuse to build if bind has been installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports --- www/firefox/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/firefox') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index db5580874bf2..d78db4f2adf0 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -126,6 +126,12 @@ post-patch: < ${WRKSRC}/${ii}/all.js.bak > ${WRKSRC}/${ii}/all.js .endfor +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 + pre-install: # Overview: the program installs itself in FAKEDIR, then a list is made of the # files and directories in there. This is the PLIST (packing list) for the -- cgit v1.2.3