summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-19 11:20:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-19 11:20:46 +0800
commitce903cb0929a7c8daad019c1a9a0acc75201bff6 (patch)
tree6ea1779d4062cd8cf490f8fe7c22b67461e84804 /devel/gnome-vfs
parent46a827e092ca0bdb3325aecd563d4d46aa9cbf11 (diff)
downloadmarcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.tar
marcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.tar.gz
marcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.tar.bz2
marcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.tar.lz
marcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.tar.xz
marcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.tar.zst
marcuscom-ports-ce903cb0929a7c8daad019c1a9a0acc75201bff6.zip
Error out if bind has been installed with PORT_REPLACES_BASE_BIND defined.
Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2123 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r--devel/gnome-vfs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index c8b52a6f7..d7430cc5d 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -91,6 +91,12 @@ post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \
${WRKSRC}/Makefile.in
+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-install:
@${MKDIR} ${PREFIX}/share/gnome/vfolders
.if !defined(WITHOUT_KDE_MENUS)