diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-21 11:45:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-21 11:45:11 +0000 |
commit | 1cce682145b8a07d31e20c7146a5256ec8ddf70d (patch) | |
tree | 776ab0b38d493f6bd4f01181e2abf31c19be5ddc /games/simsu/Makefile | |
parent | e5b26f4189dd94767b418901c190bb365420f34a (diff) | |
download | ports-1cce682145b8a07d31e20c7146a5256ec8ddf70d.tar.gz ports-1cce682145b8a07d31e20c7146a5256ec8ddf70d.zip |
Notes
Diffstat (limited to 'games/simsu/Makefile')
-rw-r--r-- | games/simsu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile index a64af3105553..392918c78270 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= simsu -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 DISTVERSIONSUFFIX= -src -PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://gottcode.org/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -22,6 +21,8 @@ USE_GL= gl USE_QT5= core gui widgets \ buildtools_build linguisttools_build +PORTDOCS= * + OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes |