Date: Sat, 20 Oct 2018 16:21:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482591 - head/science/chemtool Message-ID: <201810201621.w9KGLDeW072798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Oct 20 16:21:13 2018 New Revision: 482591 URL: https://svnweb.freebsd.org/changeset/ports/482591 Log: science/chemtool: fix build with GCC-based architectures Also add USES=gnome PR: 232474 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/science/chemtool/Makefile Modified: head/science/chemtool/Makefile ============================================================================== --- head/science/chemtool/Makefile Sat Oct 20 16:20:27 2018 (r482590) +++ head/science/chemtool/Makefile Sat Oct 20 16:21:13 2018 (r482591) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201621.w9KGLDeW072798>