diff options
Diffstat (limited to 'math/ploticus/Makefile')
-rw-r--r-- | math/ploticus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 9ca7e22e3886..495d28813046 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -15,7 +15,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ jpeg:${PORTSDIR}/graphics/jpeg \ ming:${PORTSDIR}/graphics/ming \ png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_WRKSRC= ${WRKSRC}/src |