Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 20:49:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451797 - head/graphics/mypaint
Message-ID:  <201710112049.v9BKnVZE077970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct 11 20:49:31 2017
New Revision: 451797
URL: https://svnweb.freebsd.org/changeset/ports/451797

Log:
  Change build dependency from swig13 to swig30

Modified:
  head/graphics/mypaint/Makefile

Modified: head/graphics/mypaint/Makefile
==============================================================================
--- head/graphics/mypaint/Makefile	Wed Oct 11 20:46:27 2017	(r451796)
+++ head/graphics/mypaint/Makefile	Wed Oct 11 20:49:31 2017	(r451797)
@@ -15,12 +15,13 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 LICENSE_FILE_ISCL=	${WRKSRC}/brushlib/COPYING
 
-BUILD_DEPENDS=	swig13>0:devel/swig13 \
+BUILD_DEPENDS=	swig3.0:devel/swig30 \
 		${PYNUMPY}
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		liblcms2.so:graphics/lcms2
 RUN_DEPENDS=	${PYNUMPY}
 
+BINARY_ALIAS=	swig=swig3.0
 USE_GNOME=	gtk30 pygobject3 librsvg2:run
 CFLAGS+=	${CFLAGS_${CHOSEN_COMPILER_TYPE}}
 CFLAGS_gcc=	-std=c99



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