diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-01 01:27:33 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-01 01:27:33 +0000 |
commit | bb0455c85b24a1886ede0091b9d5581192a1e970 (patch) | |
tree | 452c00f53673c86b92a2c570b732ccb160bc9b99 | |
parent | 14571e67e3eef1ff416d85099e42c98456ffb317 (diff) | |
download | ports-bb0455c85b24a1886ede0091b9d5581192a1e970.tar.gz ports-bb0455c85b24a1886ede0091b9d5581192a1e970.zip |
Notes
-rw-r--r-- | x11/XFree86-4/Makefile | 5 |
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 |