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/stellarium/Makefile | |
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/stellarium/Makefile')
-rw-r--r-- | astro/stellarium/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |