diff options
Diffstat (limited to 'astro/stellarium/Makefile')
-rw-r--r-- | astro/stellarium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 15f67203eb93..0fda180e7760 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stellarium -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* USES= cmake gettext USE_QT5= qmake_build buildtools_build linguisttools_build \ - core concurrent declarative + concurrent core declarative serialport PORTDOCS= AUTHORS ChangeLog README |