diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-31 09:53:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-31 09:53:19 +0000 |
commit | a829062c83aee6625059c5ad9fb89c6e27af9380 (patch) | |
tree | 7a15d028c353a432bd5f8afb975ff1e54173011b /print | |
parent | ae14a86c45aa3a9888499befe14d67e9dec2c3b6 (diff) |
Notes
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 |