diff options
author | wiz <wiz> | 2002-10-09 11:47:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 11:47:46 +0000 |
commit | 42d7949bbc0ba7b6e91b263c47d66120a0aaa461 (patch) | |
tree | 9a362aa638b2264e94bd8331d77515576bc34bd3 /graphics | |
parent | f560965894eb801daec7440216aadc99f5df6c9f (diff) | |
download | pkgsrc-42d7949bbc0ba7b6e91b263c47d66120a0aaa461.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png2html/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index 65e5f4460bd..05a8b39e068 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:15 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/09 11:47:46 wiz Exp $ # DISTNAME= png2html-1.1 @@ -10,8 +10,8 @@ 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_BUILDLINK_ONLY= YES -CFLAGS+= -L${BUILDLINK_DIR}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib +USE_BUILDLINK2= YES +CFLAGS+= -L${BUILDLINK_PREFIX.gd}/lib -Wl,-R${BUILDLINK_PREFIX.gd}/lib do-install: ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html @@ -20,5 +20,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/png2html ${INSTALL_PROGRAM} ${WRKSRC}/png2html ${PREFIX}/bin -.include "../../graphics/gd/buildlink.mk" +.include "../../graphics/gd/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |