summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-17 22:00:24 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-17 22:00:24 +0800
commit31a27ea659e43f8d1837b8d25b3df96df31a848c (patch)
treebd2fd8800103e82f35e7292c9fd0f6db172c8f22
parentace9832a86eeeefc6400217b3bb8f00749c19ed0 (diff)
downloadxorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.tar
xorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.tar.gz
xorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.tar.bz2
xorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.tar.lz
xorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.tar.xz
xorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.tar.zst
xorg-devel-ports-31a27ea659e43f8d1837b8d25b3df96df31a848c.zip
Change the xorg-macros dependency to something that actually works.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@829 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--Mk/bsd.xorg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 5c64b06..65c2473 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -43,8 +43,9 @@ MASTER_SITE_SUBDIR?= individual/${XORG_CAT}
# then continues the build.
USE_PKGCONFIG= build
-. if ${XORG_CAT} != "macros"
-USE_XORG+= xorg-macros
+# All xorg ports needs xorg-macros.
+. if ${PORTNAME} != xorg-macros
+USE_XORG+= xorg-macros
. endif
. if ${XORG_CAT} == "app"