diff options
author | danfe <danfe@FreeBSD.org> | 2015-01-21 21:00:33 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-01-21 21:00:33 +0800 |
commit | b04aef0d0f85e230ad7d3ea96e6f9b9044468278 (patch) | |
tree | a3c21369f7e2983723fa9ddbb4b735370fd90c84 /astro | |
parent | d31f7b8a03282ac6de0274947c059f3780cffb1e (diff) | |
download | freebsd-ports-gnome-b04aef0d0f85e230ad7d3ea96e6f9b9044468278.tar.gz freebsd-ports-gnome-b04aef0d0f85e230ad7d3ea96e6f9b9044468278.tar.zst freebsd-ports-gnome-b04aef0d0f85e230ad7d3ea96e6f9b9044468278.zip |
Reduce the differences between two ports.
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 |