diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-07-11 06:41:55 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-07-11 06:41:55 +0000 |
commit | 2b1ef27fe9141b0a99a889e459ff668cb374f7ae (patch) | |
tree | 7cddc9b8025fed8ff45de6124393a12e82a5f8cc /Mk | |
parent | 8f9c25b6c1743caae961e582c66eb26fc4993237 (diff) | |
download | ports-2b1ef27fe9141b0a99a889e459ff668cb374f7ae.tar.gz ports-2b1ef27fe9141b0a99a889e459ff668cb374f7ae.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
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: |