pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gtkglext Override gdkglext.pc to get more goo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ccfde881000
branches:  trunk
changeset: 471809:7ccfde881000
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Mar 31 09:02:04 2004 +0000

description:
Override gdkglext.pc to get more goodies.  Bump PKGREVISION to 5.

Closes PR pkg/20674.

diffstat:

 graphics/gtkglext/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r e77780e1e1c1 -r 7ccfde881000 graphics/gtkglext/Makefile
--- a/graphics/gtkglext/Makefile        Wed Mar 31 08:50:25 2004 +0000
+++ b/graphics/gtkglext/Makefile        Wed Mar 31 09:02:04 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/02/14 18:26:28 jmmv Exp $
-#
+# $NetBSD: Makefile,v 1.19 2004/03/31 09:02:04 snj Exp $
 
 DISTNAME=              gtkglext-0.7.1
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gtkglext/}
 EXTRACT_SUFX=          .tar.bz2
@@ -13,12 +12,13 @@
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
+USE_GNU_TOOLS+=                make
+USE_LIBTOOL=           YES
 USE_PERL5=             build
-USE_GNU_TOOLS+=                make
 USE_X11=               YES
-USE_LIBTOOL=           YES
 
-PKGCONFIG_OVERRIDE=    gtkglext.pc.in
+PKGCONFIG_OVERRIDE=    gdkglext.pc.in
+PKGCONFIG_OVERRIDE+=   gtkglext.pc.in
 LIBS+=                 -lm
 
 CONFIGURE_ARGS+=        --with-html-dir=${PREFIX}/share/doc/html



Home | Main Index | Thread Index | Old Index