diff options
Diffstat (limited to 'games/peg-e/Makefile')
-rw-r--r-- | games/peg-e/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index 8d56f75f9453..f1c3c27a1b6b 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peg-e -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,8 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lib qmake tar:bzip2 -USE_QT5= core gui widgets qmake_build buildtools_build +USE_QT5= core gui widgets qmake_build buildtools_build linguisttools_build +USE_GL= gl INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |