pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libggi If we use XF86DGA from pkgsrc, we stil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7cce3a2a916e
branches: trunk
changeset: 542288:7cce3a2a916e
user: tonnerre <tonnerre%pkgsrc.org@localhost>
date: Sun May 11 13:01:07 2008 +0000
description:
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:
graphics/libggi/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1f11f23583d3 -r 7cce3a2a916e graphics/libggi/Makefile
--- a/graphics/libggi/Makefile Sun May 11 07:21:51 2008 +0000
+++ b/graphics/libggi/Makefile Sun May 11 13:01:07 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index