1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add USES=iconv. It is used in libpoppler-cpp and this makes sure libc iconv

is used on FreeBSD 10+.

PR:		ports/186700
Submitted by:	tijl@
This commit is contained in:
Koop Mast 2014-02-28 21:45:27 +00:00
parent de27093f4a
commit f806c4fdee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346578

View File

@ -4,7 +4,7 @@
PORTNAME= poppler
PORTVERSION= 0.24.5
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
@ -38,6 +38,8 @@ PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= CAIRO OPENJPEG
OPTIONS_DEFAULT=CAIRO OPENJPEG
USES+= iconv
.endif
.include <bsd.port.options.mk>