From d1f7fd3b32da587defb224b0882b077067cf88ee Mon Sep 17 00:00:00 2001 From: Dejan Lesjak Date: Tue, 1 Feb 2005 01:28:33 +0000 Subject: [PATCH] Fix 'package' target on FreeBSD 4.x. --- x11/xorg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index b898a91abba4..3082b789bab6 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -55,9 +55,11 @@ pre-everything:: @${ECHO_MSG} "upgrade X.Org. 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 do-install: # empty