Drop USES=iconv.
The port does not actually use iconv anywhere, so drop the unnecessary dependency. PR: 202718 Approved by: maintainer timeout (vg, 14 days)
This commit is contained in:
parent
25c637f872
commit
60683ce93a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396654
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= scantailor
|
||||
PORTVERSION= 0.9.11.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
|||
libpng.so:${PORTSDIR}/graphics/png
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USES= cmake gettext iconv jpeg
|
||||
USES= cmake gettext jpeg
|
||||
USE_GCC= yes
|
||||
USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \
|
||||
linguist_build
|
||||
|
|
Loading…
Reference in a new issue