mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
This commit is contained in:
parent
091c3f7878
commit
4d68d66087
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395607
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user