summaryrefslogtreecommitdiff
path: root/graphics/png2html
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 01:49:07 +0000
committersnj <snj>2004-04-11 01:49:07 +0000
commitde56a8702e140f9797814f31341d2a9513f4b89d (patch)
tree9d2fab26fed52eddfc7bb07288a57104fc28ffc5 /graphics/png2html
parenta709b2f6e1bd8fc70f1b019a03e09e44ce403125 (diff)
downloadpkgsrc-de56a8702e140f9797814f31341d2a9513f4b89d.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/png2html')
-rw-r--r--graphics/png2html/Makefile6
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"