diff options
author | linimon <linimon@FreeBSD.org> | 2006-06-26 23:39:09 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-06-26 23:39:09 +0000 |
commit | aa75313200d53edab6f4194919c4b236c92404eb (patch) | |
tree | 29752ccc59d221ec12686654e60ee286d54381e6 /Mk | |
parent | e89f0fd7140b157c114a59f3ed32c50fcea9f978 (diff) | |
download | FreeBSD-ports-aa75313200d53edab6f4194919c4b236c92404eb.zip FreeBSD-ports-aa75313200d53edab6f4194919c4b236c92404eb.tar.gz |
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.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 07beaca..0740d37 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 ################################################################ |