diff options
-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 |