diff options
author | agc <agc@pkgsrc.org> | 2002-07-16 14:48:03 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-16 14:48:03 +0000 |
commit | fce7a6d9ebea196f1f132b610e8040581e603236 (patch) | |
tree | f8a7661f33970e68df75daad304d48f7c0fe6968 /graphics/hermes/Makefile | |
parent | c75fe1231c6c81616ea1bce82b80b6b7b0f17945 (diff) | |
download | pkgsrc-fce7a6d9ebea196f1f132b610e8040581e603236.tar.gz |
Add const-poisoning in external interface, to allow OpenPTC to compile.
Bump NetBSD revision level of the package accordingly.
Diffstat (limited to 'graphics/hermes/Makefile')
-rw-r--r-- | graphics/hermes/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index c472555adee..33ef108ebc4 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/06/30 11:09:50 zuntum Exp $ +# $NetBSD: Makefile,v 1.9 2002/07/16 14:48:03 agc Exp $ DISTNAME= Hermes-1.3.2 -WRKSRC= ${WRKDIR}/Hermes-1.3.2 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ @@ -9,6 +9,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ COMMENT= Library for conversion of pixel graphics +WRKSRC= ${WRKDIR}/Hermes-1.3.2 + USE_BUILDLINK_ONLY= YES USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |