summaryrefslogtreecommitdiffstats
path: root/x11/xorg
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2005-01-18 22:17:29 +0000
committerlesi <lesi@FreeBSD.org>2005-01-18 22:17:29 +0000
commit9a872b94f20b82089ccbd32d162f2c0bb87e997c (patch)
treea4ac5dbc7e793db229296f7f84deb40f81615a4e /x11/xorg
parent89565fac9c700a75b34093aabd04c94c23581a43 (diff)
downloadFreeBSD-ports-9a872b94f20b82089ccbd32d162f2c0bb87e997c.zip
FreeBSD-ports-9a872b94f20b82089ccbd32d162f2c0bb87e997c.tar.gz
Don't blindly override DEPENDS_TARGET when making package.
Submitted by: roam
Diffstat (limited to 'x11/xorg')
-rw-r--r--x11/xorg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index d6d61aa..b898a91 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
OpenPOWER on IntegriCloud