aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2007-06-27 09:37:38 +0800
committerijliao <ijliao@FreeBSD.org>2007-06-27 09:37:38 +0800
commit30b7dd21371c853800ee7e7554d1a14b069d3db7 (patch)
treedefbf829585a6969d7f64efc7b4584400e12765d /print
parentdd3ed02b450fc4bd522a0ddbc02a2117db2f59d8 (diff)
downloadfreebsd-ports-gnome-30b7dd21371c853800ee7e7554d1a14b069d3db7.tar.gz
freebsd-ports-gnome-30b7dd21371c853800ee7e7554d1a14b069d3db7.tar.zst
freebsd-ports-gnome-30b7dd21371c853800ee7e7554d1a14b069d3db7.zip
fix png problem
Pointyhat to: myself
Diffstat (limited to 'print')
-rw-r--r--print/libharu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libharu/Makefile b/print/libharu/Makefile
index b615a6bf4028..ad0b0d219aa5 100644
--- a/print/libharu/Makefile
+++ b/print/libharu/Makefile
@@ -16,8 +16,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Haru Free PDF Library
+LIB_DEPENDS= png:${PORTSDIR}/graphics/png
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_PNG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --shared \
--prefix=${PREFIX} \