Date: Sat, 22 Dec 2018 03:44:02 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488061 - head/science/gchemutils Message-ID: <201812220344.wBM3i2l6045172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 03:44:01 2018 New Revision: 488061 URL: https://svnweb.freebsd.org/changeset/ports/488061 Log: This port needs USES=compiler:c++11-lang to build on GCC-based architectures. While here, add USES=gl gnome and pet portlint. PR: 234208 Submitted by: Piotr Kubaj Modified: head/science/gchemutils/Makefile Modified: head/science/gchemutils/Makefile ============================================================================== --- head/science/gchemutils/Makefile Sat Dec 22 03:33:22 2018 (r488060) +++ head/science/gchemutils/Makefile Sat Dec 22 03:44:01 2018 (r488061) @@ -24,11 +24,12 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:sc PORTSCOUT= limitw:1,even +USES= compiler:c++11-lang desktop-file-utils gettext gl gmake gnome \ + libtool:keepla localbase:ldflags pathfix pkgconfig \ + shared-mime-info tar:xz USE_XORG= x11 USE_GNOME= cairo gnomedocutils gtk30 intlhack libgsf libxml2 USE_GL= gl -USES= desktop-file-utils gettext gmake libtool:keepla localbase:ldflags \ - pathfix pkgconfig shared-mime-info tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf @@ -47,7 +48,7 @@ OPTIONS_SUB= yes GNUMERIC_DESC= Build gnumeric plugin XUL_DESC= Build browser plugin (requires libxul) -XUL_BROKEN= No gecko type specified (firefox, seamonkey, thunderbird) +XUL_BROKEN= No gecko type specified (firefox, seamonkey, thunderbird) XUL_USES= gecko XUL_CONFIGURE_ON=--enable-mozilla-plugin \ --with-mozilla-libdir=${PREFIX}/lib/xulrunner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220344.wBM3i2l6045172>