diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-02 06:10:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-02 06:10:54 +0000 |
commit | 521778cdb4f3979ac968a559050af567c46bec3e (patch) | |
tree | 42e3b7f5167380eb4f9f845130817aa22806cc10 /x11-toolkits | |
parent | 6de111bb3ebbfbfe6d95732f73d0f2a23fbe02df (diff) | |
download | ports-521778cdb4f3979ac968a559050af567c46bec3e.tar.gz ports-521778cdb4f3979ac968a559050af567c46bec3e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 172864af376b..ee9a936502c9 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ARGS+=-system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ -system-zlib -sm -qt-gif -thread \ -fast -xinerama -no-g++-exceptions -stl -no-nis \ + -I${LOCALBASE}/include/libpng15 \ ${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \ -verbose -docdir ${DOCSDIR} -tablet -ipv6 \ -DPNG_DEPSTRUCT= \ @@ -111,7 +112,7 @@ CONFIGURE_ARGS+=-disable-opengl .if ${PORT_OPTIONS:MCUPS} LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client .elif defined(WITHOUT_CUPS) -CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .else CUPS= .endif |