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 64b04dfb7fc6..832dda6189bb 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://flam3.com/ \ MAINTAINER= john.c.prather@gmail.com COMMENT= Flame Renderer -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libpng.so:graphics/png \ + libxml2.so:textproc/libxml2 GNU_CONFIGURE= yes USES= gmake jpeg libtool pathfix pkgconfig |