diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /print/libotf | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'print/libotf')
-rw-r--r-- | print/libotf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index 5d80caee1b5a..d48c68cb848e 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -3,6 +3,7 @@ PORTNAME= libotf PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= print devel MASTER_SITES= ${MASTER_SITE_SAVANNAH}:m17n MASTER_SITE_SUBDIR= m17n @@ -10,7 +11,7 @@ MASTER_SITE_SUBDIR= m17n MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Library for handling OpenType fonts -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USES= pathfix pkgconfig USE_XORG= x11 xt xaw xmu |