diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-24 15:57:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-24 15:57:47 +0000 |
commit | 74209ad8cee4a165b361cafc3f180f8bfb0d2934 (patch) | |
tree | 8148b1b51e664947d5b84c22d122ba74e239a72c /astro/stellarium/Makefile | |
parent | cc39426567f3ca8c5144b0ef93395070b6cc1929 (diff) | |
download | ports-74209ad8cee4a165b361cafc3f180f8bfb0d2934.tar.gz ports-74209ad8cee4a165b361cafc3f180f8bfb0d2934.zip |
Notes
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 9feb66441bb1..f56c45a7075c 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stellarium -PORTVERSION= 0.10.6 +PORTVERSION= 0.11.0 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -30,7 +30,7 @@ PORTDOCS= AUTHORS ChangeLog README DESKTOP_ENTRIES="Stellarium" "View the sky" \ "${DATADIR}/data/stellarium.ico" "${PORTNAME}" \ - "Application;Astronomy;Education;Science;" ${FALSE} + "Application;Astronomy;Education;Science;" false OPTIONS= MORE_STARS "Install extra star catalogs (1.2GB)" off |