diff options
Diffstat (limited to 'graphics/png2html/Makefile')
-rw-r--r-- | graphics/png2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index da069c732b4..fd244d4df58 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/06/20 21:52:08 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/08/27 06:29:07 jlam Exp $ # DISTNAME= png2html-1.1 @@ -12,7 +12,7 @@ COMMENT= Takes a PNG image and transforms it to a web page USE_BUILDLINK3= YES FIX_RPATH+= CFLAGS -CFLAGS+= -L${BUILDLINK_PREFIX.gd}/lib -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.gd}/lib +CFLAGS+= -L${BUILDLINK_PREFIX.gd}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gd}/lib do-install: ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html |