aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-12-20 00:16:47 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:11:08 +0800
commit25bdbfd44842fb89b45d1f1622a6aa9af094ba44 (patch)
tree839a17b5d2f26cc09e8922b94b0dc9e564b8cffc /games
parenteee18fa2d5ce9f0c9178830b12ac3f4462675e4f (diff)
downloadfreebsd-ports-gnome-25bdbfd44842fb89b45d1f1622a6aa9af094ba44.tar.gz
freebsd-ports-gnome-25bdbfd44842fb89b45d1f1622a6aa9af094ba44.tar.zst
freebsd-ports-gnome-25bdbfd44842fb89b45d1f1622a6aa9af094ba44.zip
Switch dependency from swig 1.3 to swig 3.0
Diffstat (limited to 'games')
-rw-r--r--games/jvgs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/jvgs/Makefile b/games/jvgs/Makefile
index 96ded2512184..ff65a867a5a4 100644
--- a/games/jvgs/Makefile
+++ b/games/jvgs/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@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