aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-07-11 06:41:55 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-07-11 06:41:55 +0000
commit2b1ef27fe9141b0a99a889e459ff668cb374f7ae (patch)
tree7cddc9b8025fed8ff45de6124393a12e82a5f8cc /Mk
parent8f9c25b6c1743caae961e582c66eb26fc4993237 (diff)
downloadports-2b1ef27fe9141b0a99a889e459ff668cb374f7ae.tar.gz
ports-2b1ef27fe9141b0a99a889e459ff668cb374f7ae.zip
- Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE.
These ports used to cause linker errors but this is not longer the case with current BIND ports. Tested with dns/bind9 and dns/bind96. PR: ports/136111 Submitted by: Rob Austein <sra AT hactrn.net> With hat: gecko
Notes
Notes: svn path=/head/; revision=237603
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index a689ad42bf12..cb8303e970db 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -532,10 +532,6 @@ gecko-post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g ; \
s|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \
${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp
- @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
# handles mozilla pis scripts.
gecko-moz-pis-patch: