diff options
Diffstat (limited to 'astro/stellarium/Makefile')
-rw-r--r-- | astro/stellarium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 00605f44a12f..833588cefc7e 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -3,6 +3,7 @@ PORTNAME= stellarium PORTVERSION= 0.13.3 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -15,7 +16,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* -USES= cmake gettext iconv +USES= cmake gettext USE_QT5= qmake_build buildtools_build linguisttools_build \ core concurrent declarative |