aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-05 10:00:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-05 10:00:02 +0000
commit650e6590fe65270e05392d8c981581340aba8c62 (patch)
tree5407146164f56601f5a8deda99f2a7f18a497550 /Mk
parent3a063f90452cbd6d5fdbe81817bf0433303f3d78 (diff)
downloadports-650e6590fe65270e05392d8c981581340aba8c62.tar.gz
ports-650e6590fe65270e05392d8c981581340aba8c62.zip
Provide temporary workaround for problem with USE_REINPLACE in ports
converted to USE_GNOMENG. The real fix for bsd.port.mk will be committed later, after portmgr@ approval. Prompted by: Rasmus Skaarup <mfbsd@skaarup.org>
Notes
Notes: svn path=/head/; revision=62471
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnomeng.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.gnomeng.mk b/Mk/bsd.gnomeng.mk
index 5e72418e8c98..2fc283fb4e8c 100644
--- a/Mk/bsd.gnomeng.mk
+++ b/Mk/bsd.gnomeng.mk
@@ -1,3 +1,7 @@
+.if defined(USE_GNOMENG)
+USE_REINPLACE= yes
+.endif
+
.if !defined(_POSTMKINCLUDED)
# Please make sure all changes to this file are past through the maintainer.