aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-27 07:39:09 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-27 07:39:09 +0800
commitaa75313200d53edab6f4194919c4b236c92404eb (patch)
tree29752ccc59d221ec12686654e60ee286d54381e6 /Mk
parente89f0fd7140b157c114a59f3ed32c50fcea9f978 (diff)
downloadfreebsd-ports-gnome-aa75313200d53edab6f4194919c4b236c92404eb.tar.gz
freebsd-ports-gnome-aa75313200d53edab6f4194919c4b236c92404eb.tar.zst
freebsd-ports-gnome-aa75313200d53edab6f4194919c4b236c92404eb.zip
Revert ports/95841. It breaks kdelibs3. I didn't spot this because kdelibs3
had failed to build before this patch, but for other reasons that had already been fixed. Apologies to all. Hat: portmgr Pointy Hat: linimon
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 07beaca861a9..0740d37de2c9 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2991,6 +2991,12 @@ DEPENDS_TARGET= install
DEPENDS_TARGET+= clean
DEPENDS_ARGS+= NOCLEANDEPENDS=yes
.endif
+.else
+DEPENDS_ARGS+= FORCE_PKG_REGISTER=yes
+.endif
+.if defined(DEPENDS)
+# pretty much guarantees overwrite of existing installation
+.MAKEFLAGS: FORCE_PKG_REGISTER=yes
.endif
################################################################