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)
This commit is contained in:
parent
1ed9231979
commit
3c760687b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488063
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue