diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-08-30 18:19:23 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-08-30 18:19:23 +0800 |
commit | f382b0751b9ef84150cae56028c1cb2c818b4ae5 (patch) | |
tree | b7fddbc4e2cb1022c805e88565543b6b3edd5f6d /astro | |
parent | ce9783a64e3db8dd76c963810837555dce50a2ce (diff) | |
download | freebsd-ports-gnome-f382b0751b9ef84150cae56028c1cb2c818b4ae5.tar.gz freebsd-ports-gnome-f382b0751b9ef84150cae56028c1cb2c818b4ae5.tar.zst freebsd-ports-gnome-f382b0751b9ef84150cae56028c1cb2c818b4ae5.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
Diffstat (limited to 'astro')
-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 |