diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-08 16:17:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-08 16:17:04 +0000 |
commit | 27cae62d463c334836269ce5afaf772320a5b89e (patch) | |
tree | 2dbb65466e44152f08bc0f6d969c6e4ab5861217 /graphics/clanlib | |
parent | 11382ac762222dd034eee44590342d2b86a6c7d5 (diff) | |
download | pkgsrc-27cae62d463c334836269ce5afaf772320a5b89e.tar.gz |
These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
Diffstat (limited to 'graphics/clanlib')
-rw-r--r-- | graphics/clanlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index 0848c328179..998afa313b6 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2002/08/01 06:40:54 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2002/08/08 16:17:07 jlam Exp $ DISTNAME= ClanLib-0.4.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics games devel x11 MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ |