aboutsummaryrefslogtreecommitdiff
path: root/print/libharu
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2007-06-27 01:37:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2007-06-27 01:37:38 +0000
commitb65af4200d20f5ffc6c16f5815ddbd7700338780 (patch)
tree5b51db90a0fbb5c7730fc3bd0087e6a492373c09 /print/libharu
parentb6d944b8d8bc20bc4904195fc78fb59741e8c640 (diff)
downloadports-b65af4200d20f5ffc6c16f5815ddbd7700338780.tar.gz
ports-b65af4200d20f5ffc6c16f5815ddbd7700338780.zip
fix png problem
Pointyhat to: myself
Notes
Notes: svn path=/head/; revision=194321
Diffstat (limited to 'print/libharu')
-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} \