diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 01:49:07 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 01:49:07 +0000 |
commit | 72fb8d2f5beeb9a2bbd061d51ba4c61e0c3a0c40 (patch) | |
tree | 9d2fab26fed52eddfc7bb07288a57104fc28ffc5 /graphics/png2html | |
parent | 898370d52a04c7f492ce332977de7c466cabf824 (diff) | |
download | pkgsrc-72fb8d2f5beeb9a2bbd061d51ba4c61e0c3a0c40.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/png2html')
-rw-r--r-- | graphics/png2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index a9470f6fe99..769b134f522 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:42:21 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/11 01:49:07 snj Exp $ # DISTNAME= png2html-1.1 @@ -10,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.engr.mun.ca/~holden/png2html.html COMMENT= Takes a PNG image and transforms it to a web page -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES FIX_RPATH+= CFLAGS CFLAGS+= -L${BUILDLINK_PREFIX.gd}/lib -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.gd}/lib @@ -21,5 +21,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/png2html ${INSTALL_PROGRAM} ${WRKSRC}/png2html ${PREFIX}/bin -.include "../../graphics/gd/buildlink2.mk" +.include "../../graphics/gd/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |