diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-22 03:46:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-22 03:46:39 +0000 |
commit | 3c760687b24494c5164d72451bfc74f2fbbd2676 (patch) | |
tree | 873f7c49e2fed24198495362b02287cd93a6a04a /graphics/entangle | |
parent | 1ed9231979be5b901b797db6b5da670280382e4c (diff) |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234170
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=488063
Diffstat (limited to 'graphics/entangle')
-rw-r--r-- | graphics/entangle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index 2a5f8334173e..b82f3a6f03bf 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 \ RUN_DEPENDS:= ${BUILD_DEPENDS:Nitstool*} \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} -USES= gettext-tools gmake libtool pkgconfig python:3.4+ +USES= compiler:c++11-lang gettext-tools gmake gnome libtool \ + pkgconfig python:3.4+ GNU_CONFIGURE= yes USE_GNOME= cairo gtk30 intltool introspection USE_GSTREAMER1= core |