diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-01 01:28:33 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-01 01:28:33 +0000 |
commit | d1f7fd3b32da587defb224b0882b077067cf88ee (patch) | |
tree | 7a21609b617104d2596542ad5e2f95ac2c048aa7 /x11/xorg/Makefile | |
parent | bb0455c85b24a1886ede0091b9d5581192a1e970 (diff) | |
download | ports-d1f7fd3b32da587defb224b0882b077067cf88ee.tar.gz ports-d1f7fd3b32da587defb224b0882b077067cf88ee.zip |
Notes
Diffstat (limited to 'x11/xorg/Makefile')
-rw-r--r-- | x11/xorg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |