svn commit: r451797 - head/graphics/mypaint

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 11 20:49:32 UTC 2017


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


More information about the svn-ports-all mailing list