summaryrefslogtreecommitdiff
path: root/Mk/bsd.gnomeng.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/bsd.gnomeng.mk
parentUpdate squid port to squid-2.4stable7. (diff)
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/bsd.gnomeng.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.