diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-01-21 13:00:33 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-01-21 13:00:33 +0000 |
commit | 5bf47db3ba92a944d5e999d8cca78b736f4272ea (patch) | |
tree | a3c21369f7e2983723fa9ddbb4b735370fd90c84 /astro | |
parent | b874fcc48eea0cbc04606c8887b855a2cc7adf7c (diff) | |
download | ports-5bf47db3ba92a944d5e999d8cca78b736f4272ea.tar.gz ports-5bf47db3ba92a944d5e999d8cca78b736f4272ea.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stellarium-qt4/Makefile | 4 | ||||
-rw-r--r-- | astro/stellarium/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/astro/stellarium-qt4/Makefile b/astro/stellarium-qt4/Makefile index 0fd3f90716fd..bda0e227cf0f 100644 --- a/astro/stellarium-qt4/Makefile +++ b/astro/stellarium-qt4/Makefile @@ -34,7 +34,7 @@ SCRIPTING_DESC= Scripting support .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MMORE_STARS} +.if ${PORT_OPTIONS:MMORE_STARS} || ${.TARGETS:Mmakesum} . for i in 4 5 6 7 8 MASTER_SITES+= SF/${PORTNAME}/Extra-data-files/stars${i}:stars${i} . endfor @@ -46,7 +46,7 @@ PLIST_SUB+= MORE_STARS="" PLIST_SUB+= MORE_STARS="@comment " .endif -.if ${PORT_OPTIONS:MTEXTURES} +.if ${PORT_OPTIONS:MTEXTURES} || ${.TARGETS:Mmakesum} MASTER_SITES+= SF/${PORTNAME}/Extra-data-files/textures:gfx DISTFILES+= textures-1K.zip:gfx PLIST_SUB+= TEXTURES="" diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index c375c291a1fb..6b6689962cd5 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -13,6 +13,8 @@ COMMENT= 3D photo-realistic sky renderer (planetarium) LICENSE= GPLv2 +CONFLICTS_INSTALL= ${PORTNAME}-0.12.* + USES= cmake gettext iconv USE_QT5= qmake_build buildtools_build linguisttools_build \ core concurrent declarative |