diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-03-06 03:17:36 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-03-06 03:17:36 +0800 |
commit | b6da343754ce58b76832f19369dd74a792d338bd (patch) | |
tree | 0a7ea82022846e2fba2bce21bccca387482fb863 /print | |
parent | 070df87b98b6eb98e14bb3f7e22bdf9298681a6e (diff) | |
download | freebsd-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/Makefile | 1 |
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 |