aboutsummaryrefslogtreecommitdiff
path: root/graphics/epdfview
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 19:03:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 19:03:03 +0000
commitefc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch)
tree20084cf51a5b5184ffa5936e187493c28432f160 /graphics/epdfview
parent83bea81d123f0bd3dc753011520adde2167a4fdd (diff)
downloadports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.tar.gz
ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.zip
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472706
Diffstat (limited to 'graphics/epdfview')
-rw-r--r--graphics/epdfview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile
index 6f25940281d9..7996266c212f 100644
--- a/graphics/epdfview/Makefile
+++ b/graphics/epdfview/Makefile
@@ -18,9 +18,9 @@ LICENSE= GPLv2
BUILD_DEPENDS= cppunit-config:devel/cppunit
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
+USES= compiler:c++11-lang desktop-file-utils iconv gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= desktop-file-utils iconv gmake pkgconfig tar:bzip2
USE_GNOME= gtk20 intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib