Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 12:43:42 +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: r488712 - head/graphics/gimp-save-for-web
Message-ID:  <201812301243.wBUChghX052584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec 30 12:43:42 2018
New Revision: 488712
URL: https://svnweb.freebsd.org/changeset/ports/488712

Log:
  USES=compiler:c++11-lang is necessary to build on GCC-based architectures.
  
  While here, also add USES=gnome, and use localbase to simplify.
  
  PR:		234435
  Submitted by:	Piotr Kubaj

Modified:
  head/graphics/gimp-save-for-web/Makefile

Modified: head/graphics/gimp-save-for-web/Makefile
==============================================================================
--- head/graphics/gimp-save-for-web/Makefile	Sun Dec 30 12:40:15 2018	(r488711)
+++ head/graphics/gimp-save-for-web/Makefile	Sun Dec 30 12:43:42 2018	(r488712)
@@ -14,9 +14,8 @@ LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-USES=		gettext gmake perl5 pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gettext gmake gnome localbase perl5 \
+		pkgconfig tar:bzip2
 USE_PERL5=	build
 USE_GNOME=	intltool
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812301243.wBUChghX052584>