summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-06-18 21:46:41 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-06-18 21:46:41 +0800
commitc59dbce9c543f07b49ab062c23cad3ba415961a2 (patch)
treea1770d7782c2b3b66e2bdcd12f7d14bf1ddff19d /graphics/libGL/Makefile
parent924356d1786dc7292dabb5a25aabcdd3818bd49b (diff)
downloadxorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.tar
xorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.tar.gz
xorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.tar.bz2
xorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.tar.lz
xorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.tar.xz
xorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.tar.zst
xorg-devel-ports-c59dbce9c543f07b49ab062c23cad3ba415961a2.zip
Kill off pre.mk and post.mk and include bsd.port.options.mk before mesalib include.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@955 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGL/Makefile')
-rw-r--r--graphics/libGL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile
index 8b70c5d..861b3df 100644
--- a/graphics/libGL/Makefile
+++ b/graphics/libGL/Makefile
@@ -23,7 +23,7 @@ do-install:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.include "${.CURDIR}/bsd.mesalib.mk"
@@ -31,4 +31,4 @@ post-install:
CONFIGURE_ARGS+=--disable-gallium-intel
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>