summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-06-18 20:59:21 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-06-18 20:59:21 +0800
commite9274167e094f19638cdb6ddd0bb4a8fc802f0b2 (patch)
tree72bd7460e54c214c5ca9b43d9138c29bdcb3906c /graphics
parent97c06ca4bee531c2507e3bdbdad9409a973a5c44 (diff)
downloadxorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.tar
xorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.tar.gz
xorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.tar.bz2
xorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.tar.lz
xorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.tar.xz
xorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.tar.zst
xorg-devel-ports-e9274167e094f19638cdb6ddd0bb4a8fc802f0b2.zip
Switch the includes around a bit.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@953 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libGL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile
index ec5e7da..8b70c5d 100644
--- a/graphics/libGL/Makefile
+++ b/graphics/libGL/Makefile
@@ -23,10 +23,10 @@ do-install:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include "${.CURDIR}/bsd.mesalib.mk"
-
.include <bsd.port.pre.mk>
+.include "${.CURDIR}/bsd.mesalib.mk"
+
.if !(${ARCH} == "amd64" || ${ARCH} == "i386")
CONFIGURE_ARGS+=--disable-gallium-intel
.endif