aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-22 05:30:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-22 05:30:31 +0000
commitaecf049634efea8555a526b9072fbb9f0a7c2a89 (patch)
treeee1202c5a5464562474562e70212261185323b7d /print
parentbb337a85ebe5bb223ca472e87bfc310e7e7e1070 (diff)
downloadports-aecf049634efea8555a526b9072fbb9f0a7c2a89.tar.gz
ports-aecf049634efea8555a526b9072fbb9f0a7c2a89.zip
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480340
Diffstat (limited to 'print')
-rw-r--r--print/pdfcube/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile
index 2c5d385c0340..c30a13f99dc0 100644
--- a/print/pdfcube/Makefile
+++ b/print/pdfcube/Makefile
@@ -10,13 +10,11 @@ MASTER_SITES= http://code.100allora.it/releases/pdfcube/
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= OpenGL presentation viewer on a spinning cube
-BROKEN_powerpc64= fails to configure: checking for exit in -lboost_program_options... no
-
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
libpoppler-glib.so:graphics/poppler-glib \
libboost_program_options.so:devel/boost-libs
-USES= pkgconfig
+USES= compiler:c++11-lang pkgconfig
USE_GL= glut
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include