diff options
Diffstat (limited to 'graphics/flam3/Makefile')
-rw-r--r-- | graphics/flam3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index b297f8801aa4..10db06f2b482 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -3,7 +3,7 @@ PORTNAME= flam3 PORTVERSION= 2.7.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://flam3.com/ \ http://interwebfun.org/distfiles/ @@ -12,7 +12,7 @@ MAINTAINER= john.c.prather@gmail.com COMMENT= A Flame Renderer LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ jpeg.11:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes |