aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2005-02-01 09:27:33 +0800
committerlesi <lesi@FreeBSD.org>2005-02-01 09:27:33 +0800
commit71098a3090b41f4563914fb8fbfbd5b6936df3fc (patch)
treeb1ef6b7bc1be51314a1f9ea60d6758a3f25cd0cd /x11/XFree86-4
parentc5613dabfdb2d602597f4f37947a5bd914b46b45 (diff)
downloadfreebsd-ports-graphics-71098a3090b41f4563914fb8fbfbd5b6936df3fc.tar.gz
freebsd-ports-graphics-71098a3090b41f4563914fb8fbfbd5b6936df3fc.tar.zst
freebsd-ports-graphics-71098a3090b41f4563914fb8fbfbd5b6936df3fc.zip
Fix 'package' target on FreeBSD 4.x.
Pointed out by: pointyhat via kris
Diffstat (limited to 'x11/XFree86-4')
-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 972ac77b18c..262beb58ce6 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