diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-21 00:21:13 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-21 00:21:13 +0800 |
commit | 017eb284cb7d4916e5d53829d899068fafbc5de5 (patch) | |
tree | acfc0c2d04741f9b1cf8baadbe3a2fd4002d9fb4 /science | |
parent | 1f12c3630135738d35732f5aea91aa78ac6de20c (diff) | |
download | freebsd-ports-gnome-017eb284cb7d4916e5d53829d899068fafbc5de5.tar.gz freebsd-ports-gnome-017eb284cb7d4916e5d53829d899068fafbc5de5.tar.zst freebsd-ports-gnome-017eb284cb7d4916e5d53829d899068fafbc5de5.zip |
science/chemtool: fix build with GCC-based architectures
Also add USES=gnome
PR: 232474
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'science')
-rw-r--r-- | science/chemtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 22c0796a398e..d65b07ca4d79 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libEMF.so:graphics/libemf \ libfreetype.so:print/freetype2 RUN_DEPENDS= transfig:print/transfig -USES= gmake pkgconfig +USES= compiler:c++11-lang gmake gnome pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX} USE_GNOME= cairo gdkpixbuf2 gtk20 |