summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortonnerre <tonnerre>2008-05-11 13:01:07 +0000
committertonnerre <tonnerre>2008-05-11 13:01:07 +0000
commit629157794060b233d0cca3acaee4b9ef53f76c03 (patch)
tree3351bdf4575075105eeb3e3238e5950cfda1918c /graphics
parentaa8b9c5638a4265b1d16e176bc05cf7ffc90d9a3 (diff)
downloadpkgsrc-629157794060b233d0cca3acaee4b9ef53f76c03.tar.gz
If we use XF86DGA from pkgsrc, we still have a DGA extension, so activate it
in the PLIST because otherwise packages will be incomplete. Confirmed by xtraeme.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libggi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile
index 17a8b449a22..e76c4aeeb41 100644
--- a/graphics/libggi/Makefile
+++ b/graphics/libggi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2008/04/12 22:43:01 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2008/05/11 13:01:07 tonnerre Exp $
#
DISTNAME= libggi-2.1.1.src
@@ -45,6 +45,7 @@ PLIST.libvgl= yes
.include "../../x11/libXxf86dga/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
PLIST_SUBST+= COND_XF86DGA=""
+PLIST.xf86dga= yes
.elif exists(${X11BASE}/include/X11/extensions/xf86dga.h)
PLIST.xf86dga= yes
.endif