diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-05 19:17:36 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-05 19:17:36 +0000 |
commit | 1dd6d887b015eca08ccd70a2ebd49445eaab0ded (patch) | |
tree | fbd6a4dd42bd1f92c45153e3b312c304ec33f4ee /print/libharu | |
parent | e6c5725ce7a4e3749b0e27fbe5d6be74d09c7267 (diff) |
Notes
Diffstat (limited to 'print/libharu')
-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 |