diff options
author | garbled <garbled> | 2000-12-15 03:20:49 +0000 |
---|---|---|
committer | garbled <garbled> | 2000-12-15 03:20:49 +0000 |
commit | 2a33faf8b42ed40306eb0b0b6ad4f28ede559d5a (patch) | |
tree | 9375eaa9ff396ad61748b9092817475143f002d6 /graphics/clanlib | |
parent | 87037605475477654e73a96d7d1cce353631fbc9 (diff) | |
download | pkgsrc-2a33faf8b42ed40306eb0b0b6ad4f28ede559d5a.tar.gz |
Fix the hermes version requirement, and unhose a hosed patch
Diffstat (limited to 'graphics/clanlib')
-rw-r--r-- | graphics/clanlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/clanlib/patches/patch-ac | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index c703e5e3163..cb8f6b4dbf0 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/12/15 03:13:04 garbled Exp $ +# $NetBSD: Makefile,v 1.14 2000/12/15 03:20:49 garbled Exp $ DISTNAME= ClanLib-0.4.4 CATEGORIES= graphics games devel x11 @@ -7,7 +7,7 @@ MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ -DEPENDS+= Hermes>=1.2:../../graphics/hermes +DEPENDS+= Hermes>=1.3:../../graphics/hermes DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= pth-*:../../devel/pth diff --git a/graphics/clanlib/patches/patch-ac b/graphics/clanlib/patches/patch-ac index 7d7e32a982d..7caca2322b8 100644 --- a/graphics/clanlib/patches/patch-ac +++ b/graphics/clanlib/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2000/12/15 03:13:05 garbled Exp $ ---- Sources/API/Core/System/clanstring.h.orig Tue May 9 14:09:32 -2000 +++ Sources/API/Core/System/clanstring.h Thu Dec 14 18:08:39 2000 +$NetBSD: patch-ac,v 1.3 2000/12/15 03:20:50 garbled Exp $ +--- Sources/API/Core/System/clanstring.h.orig Tue May 9 14:09:32 2000 ++++ Sources/API/Core/System/clanstring.h Thu Dec 14 18:08:39 2000 @@ -25,6 +25,8 @@ #ifndef WIN32 |