summaryrefslogtreecommitdiff
path: root/graphics/png2html
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 11:47:46 +0000
committerwiz <wiz>2002-10-09 11:47:46 +0000
commit18dbb5c85c434c6593334dcea2f9543d8c1ce2d6 (patch)
tree9a362aa638b2264e94bd8331d77515576bc34bd3 /graphics/png2html
parentacd22893f59007c931ef65b6d2690edd98f8dc0a (diff)
downloadpkgsrc-18dbb5c85c434c6593334dcea2f9543d8c1ce2d6.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics/png2html')
-rw-r--r--graphics/png2html/Makefile8
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"