78dfd7560e
Release 0.90.1: core: * Fix regression on PS conversion. Regression only happened on applications that are locale enabled i.e. Okular but not pdftops, when using a quite new lcms and the user locale uses , as decimal separator instead of . * Add UTF16LE support to TextStringToUCS4. Even if the standard clearly says it should be UTF16BE PR: 247925 Exp-run by: antoine
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
COMMENT= Qt 5 bindings to poppler
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
_SLAVE_PORT= qt5
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|