diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-30 10:19:23 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-30 10:19:23 +0000 |
commit | 4d68d6608722886daf4a99efa7b238c45224dfba (patch) | |
tree | b7fddbc4e2cb1022c805e88565543b6b3edd5f6d /astro/stellarium/Makefile | |
parent | 091c3f7878d6eddf2da5c7479979395bce40d6c6 (diff) | |
download | ports-4d68d6608722886daf4a99efa7b238c45224dfba.tar.gz ports-4d68d6608722886daf4a99efa7b238c45224dfba.zip |
Drop USES=iconv.
Even though the port still has a few FindIconv.cmake files scattered around,
they are not actually used by the build system anymore, so the dependency is
unnecessary.
Approved by: danfe (maintainer)
Differential Revision: https://reviews.freebsd.org/D3531
Notes
Notes:
svn path=/head/; revision=395607
Diffstat (limited to 'astro/stellarium/Makefile')
-rw-r--r-- | astro/stellarium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 00605f44a12f..833588cefc7e 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -3,6 +3,7 @@ PORTNAME= stellarium PORTVERSION= 0.13.3 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -15,7 +16,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* -USES= cmake gettext iconv +USES= cmake gettext USE_QT5= qmake_build buildtools_build linguisttools_build \ core concurrent declarative |