diff options
Diffstat (limited to 'www/firefox10/Makefile')
-rw-r--r-- | www/firefox10/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index db5580874bf2..d78db4f2adf0 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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 |