diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-19 16:16:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-19 16:16:47 +0000 |
commit | 47cbc2b6de5e12ce42868706bd2ed5ba4d98ff18 (patch) | |
tree | 9546096410e0e3a6e09cf01dd32b0b3d6fd0fc1c /games/jvgs | |
parent | b6d7b3fbd799c2539e3b7240a9c022e72af261ab (diff) | |
download | ports-47cbc2b6de5e12ce42868706bd2ed5ba4d98ff18.tar.gz ports-47cbc2b6de5e12ce42868706bd2ed5ba4d98ff18.zip |
Notes
Diffstat (limited to 'games/jvgs')
-rw-r--r-- | games/jvgs/Makefile | 3 |
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 |