diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-31 17:53:19 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-31 17:53:19 +0800 |
commit | e023fa413a2b5c92e3a25b68a938aafee6c8f0df (patch) | |
tree | 815ee3eb76f1fbeac96aba420506706d87f0dc44 /print | |
parent | b76f21ecd341615f5c842d25b0e04db00f826db2 (diff) | |
download | freebsd-ports-gnome-e023fa413a2b5c92e3a25b68a938aafee6c8f0df.tar.gz freebsd-ports-gnome-e023fa413a2b5c92e3a25b68a938aafee6c8f0df.tar.zst freebsd-ports-gnome-e023fa413a2b5c92e3a25b68a938aafee6c8f0df.zip |
Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.
Thanks to: pav for a exp-runs
bapt for double checking the libreoffice ports
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfcube/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index 7b37917358b8..4bfbd69a976e 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -15,9 +15,11 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= An OpenGL presentation viewer on a spinning cube LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ - poppler-glib:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib:${PORTSDIR}/graphics/poppler-glib \ boost_program_options:${PORTSDIR}/devel/boost-libs +BROKEN= Doesn't build with poppler 0.18 + USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include |