diff options
author | rh <rh@pkgsrc.org> | 2003-01-14 05:37:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-14 05:37:21 +0000 |
commit | 38d613a496ea40ffffd4f0596e96894fa2584eb4 (patch) | |
tree | 47d7a3cdadfc70e64ff151dfc16df88da4463f0a /devel/coconut | |
parent | 14e466bd6f1238019bb7be0a200447ff797ec6c7 (diff) | |
download | pkgsrc-38d613a496ea40ffffd4f0596e96894fa2584eb4.tar.gz |
Make this compile with gtkglext-0.6.1
Bump PKGREVISION
Diffstat (limited to 'devel/coconut')
-rw-r--r-- | devel/coconut/Makefile | 4 | ||||
-rw-r--r-- | devel/coconut/distinfo | 4 | ||||
-rw-r--r-- | devel/coconut/patches/patch-aa | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile index a8b007e3e35..12a50e04126 100644 --- a/devel/coconut/Makefile +++ b/devel/coconut/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/12/24 06:09:51 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/14 05:37:21 rh Exp $ # DISTNAME= coconut-0.3.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.asahi-net.or.jp/~em7t-hmd/coconut/ \ ${MASTER_SITE_SOURCEFORGE:=coconut-lib/} diff --git a/devel/coconut/distinfo b/devel/coconut/distinfo index 5c6cfb83066..57b7a75772b 100644 --- a/devel/coconut/distinfo +++ b/devel/coconut/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/10/16 08:58:43 rh Exp $ +$NetBSD: distinfo,v 1.2 2003/01/14 05:37:21 rh Exp $ SHA1 (coconut-0.3.0.tar.gz) = 69c1c4cbf061def240f7c8c1636bdddb2c00da5b Size (coconut-0.3.0.tar.gz) = 692317 bytes -SHA1 (patch-aa) = f637c4e8bb99298492bd9619f95039133fe1dec2 +SHA1 (patch-aa) = ea9f4b49f55ae74a61f0b72687c973de71b14a7b diff --git a/devel/coconut/patches/patch-aa b/devel/coconut/patches/patch-aa index 8aaf3907b6a..41d1c9baa4d 100644 --- a/devel/coconut/patches/patch-aa +++ b/devel/coconut/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/10/16 08:58:43 rh Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/14 05:37:21 rh Exp $ ---- configure.orig Fri Oct 4 15:22:50 2002 +--- configure.orig Tue Aug 27 01:20:28 2002 +++ configure @@ -8795,7 +8795,7 @@ fi -GL_PKG="gtkglext-0.0" -+GL_PKG="gtkglext-0.x" ++GL_PKG="gtkglext-1.0" GL_REQUIRED_VERSION="0.3.1" succeeded=no |