aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-02-01 01:27:33 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-02-01 01:27:33 +0000
commitbb0455c85b24a1886ede0091b9d5581192a1e970 (patch)
tree452c00f53673c86b92a2c570b732ccb160bc9b99
parent14571e67e3eef1ff416d85099e42c98456ffb317 (diff)
downloadports-bb0455c85b24a1886ede0091b9d5581192a1e970.tar.gz
ports-bb0455c85b24a1886ede0091b9d5581192a1e970.zip
Notes
-rw-r--r--x11/XFree86-4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 972ac77b18c3..262beb58ce6e 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -48,9 +48,12 @@ pre-everything::
@${ECHO_MSG} "upgrade XFree86. If you simply type 'make install' it may use over 2GB to build"
@${ECHO_MSG} "all of the subports. You can install the ports singly if you are low on space."
-.if make(package) && empty(DEPENDS_TARGET:Mpackage)
+.if make(package)
+.if !defined(DEPENDS_TARGET:Mpackage) || empty(DEPENDS_TARGET:Mpackage)
DEPENDS_TARGET="package"
.endif
+.endif
+
.undef NOCLEANDEPENDS
do-install: # empty