summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/Makefile
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-04-17 03:22:25 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-04-17 03:22:25 +0800
commit768dc3bcd6f026e18cc155f92bfcdbc03c08eb04 (patch)
tree372287d66621b39cc3cbffced3273412432ccbc6 /graphics/libGL/Makefile
parente9f711ac49b499e7d2f917dc08c89625929b6b34 (diff)
downloadxorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.tar
xorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.tar.gz
xorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.tar.bz2
xorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.tar.lz
xorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.tar.xz
xorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.tar.zst
xorg-devel-ports-768dc3bcd6f026e18cc155f92bfcdbc03c08eb04.zip
(try to) Sync with ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1432 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGL/Makefile')
-rw-r--r--graphics/libGL/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile
index 265aa88..8f64105 100644
--- a/graphics/libGL/Makefile
+++ b/graphics/libGL/Makefile
@@ -1,5 +1,5 @@
# Created by: Eric Anholt <anholt@FreeBSD.org>
-# $FreeBSD$
+# $FreeBSD: head/graphics/libGL/Makefile 347435 2014-03-08 00:08:21Z miwi $
PORTNAME= libGL
PORTVERSION= ${MESAVERSION}
@@ -30,4 +30,12 @@ LIBGLREVISION= 4
CONFIGURE_ARGS+=--disable-gallium-intel
.endif
+.if !defined(WITH_NEW_XORG)
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/include/GL/glu.h
+ ${RM} ${STAGEDIR}${PREFIX}/include/GL/glu_mangle.h
+ ${RM} ${STAGEDIR}${PREFIX}/include/GL/internal/dri_interface.h
+ ${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dri.pc
+.endif
+
.include <bsd.port.mk>