diff options
Diffstat (limited to 'x11/xorg')
-rw-r--r-- | x11/xorg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index d6d61aa95422..b898a91abba4 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -55,7 +55,7 @@ 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) +.if make(package) && empty(DEPENDS_TARGET:Mpackage) DEPENDS_TARGET="package" .endif |