aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2010-03-06 03:17:36 +0800
committeritetcu <itetcu@FreeBSD.org>2010-03-06 03:17:36 +0800
commitb6da343754ce58b76832f19369dd74a792d338bd (patch)
tree0a7ea82022846e2fba2bce21bccca387482fb863 /print
parent070df87b98b6eb98e14bb3f7e22bdf9298681a6e (diff)
downloadfreebsd-ports-gnome-b6da343754ce58b76832f19369dd74a792d338bd.tar.gz
freebsd-ports-gnome-b6da343754ce58b76832f19369dd74a792d338bd.tar.zst
freebsd-ports-gnome-b6da343754ce58b76832f19369dd74a792d338bd.zip
Fix build with custom PREFIX.
PR: 144339 Submitted by: Julien Laffaye (maintainer) Feature safe: yes
Diffstat (limited to 'print')
-rw-r--r--print/libharu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/libharu/Makefile b/print/libharu/Makefile
index 7db0cf8c485b..cec30703d827 100644
--- a/print/libharu/Makefile
+++ b/print/libharu/Makefile
@@ -17,6 +17,7 @@ COMMENT= Haru Free PDF Library
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-png=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes