diff options
author | danfe <danfe@FreeBSD.org> | 2015-01-21 21:03:07 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-01-21 21:03:07 +0800 |
commit | 8ad30a5cd6e22d4283ab684612f458d7cf99a76b (patch) | |
tree | 81148ccbda635222a9db55c608d074037760be66 /astro | |
parent | b04aef0d0f85e230ad7d3ea96e6f9b9044468278 (diff) | |
download | freebsd-ports-gnome-8ad30a5cd6e22d4283ab684612f458d7cf99a76b.tar.gz freebsd-ports-gnome-8ad30a5cd6e22d4283ab684612f458d7cf99a76b.tar.zst freebsd-ports-gnome-8ad30a5cd6e22d4283ab684612f458d7cf99a76b.zip |
Oops, missed the -qt4 suffix for legacy port package name.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stellarium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 6b6689962cd5..e7c121470f2e 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -13,7 +13,7 @@ COMMENT= 3D photo-realistic sky renderer (planetarium) LICENSE= GPLv2 -CONFLICTS_INSTALL= ${PORTNAME}-0.12.* +CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* USES= cmake gettext iconv USE_QT5= qmake_build buildtools_build linguisttools_build \ |