svn commit: r456735 - head/games/jvgs

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 19 16:16:49 UTC 2017


Author: bapt
Date: Tue Dec 19 16:16:47 2017
New Revision: 456735
URL: https://svnweb.freebsd.org/changeset/ports/456735

Log:
  Switch dependency from swig 1.3 to swig 3.0

Modified:
  head/games/jvgs/Makefile

Modified: head/games/jvgs/Makefile
==============================================================================
--- head/games/jvgs/Makefile	Tue Dec 19 16:16:27 2017	(r456734)
+++ head/games/jvgs/Makefile	Tue Dec 19 16:16:47 2017	(r456735)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Minimalistic platform game
 
-BUILD_DEPENDS=	swig:devel/swig13
+BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
 USES=		cmake lua:51
@@ -25,6 +25,7 @@ NO_CDROM=	contains data under CC-by-NC-SA
 PLIST_FILES=	bin/${PORTNAME} libexec/${PORTNAME}
 PORTDOCS=	*
 PORTDATA=	*
+BINARY_ALIAS=	swig=swig3.0
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list