diff options
Diffstat (limited to 'graphics/silgraphite/Makefile')
-rw-r--r-- | graphics/silgraphite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 75316fa76f82..7dd74f66bc92 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -3,6 +3,7 @@ PORTNAME= silgraphite PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --without-xft --without-pangographite .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 USES+= iconv CONFIGURE_ARGS+= --with-freetype PLIST_SUB+= WITH_FREETYPE="" |