summaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-05-27 23:22:10 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-05-27 23:22:10 +0800
commitb825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7 (patch)
treef563a2c179309c609a7fc5173e1cf2191e482106 /x11-drivers
parent5327294de4d4ec2586460026b825e676b3d623f4 (diff)
downloadxorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.tar
xorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.tar.gz
xorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.tar.bz2
xorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.tar.lz
xorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.tar.xz
xorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.tar.zst
xorg-devel-ports-b825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7.zip
Add dependency on ucpp for the ports that does not build using clang's cpp.
This is done explicitly regardless of wether cpp is clang or gcc. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@500 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-sis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile
index 2641c7c..6510fd1 100644
--- a/x11-drivers/xf86-video-sis/Makefile
+++ b/x11-drivers/xf86-video-sis/Makefile
@@ -14,10 +14,12 @@ COMMENT= X.Org sis display driver
CONFLICTS= xf86-video-sis-intel-[0-9]*
+BUILD_DEPENDS= ucpp:${PORTSDIR}/devel/ucpp
USE_GL= gl
XORG_CAT= driver
USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto
MAN4= sis.4x
+CONFIGURE_ENV+= RAWCPP="${LOCALBASE}/bin/ucpp"
.include <bsd.port.mk>