svn commit: r488061 - head/science/gchemutils

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 03:44:02 UTC 2018


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


More information about the svn-ports-all mailing list