diff options
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 8533dc9d4150..3716ae8bed7f 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -11,9 +11,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng.so:${PORTSDIR}/graphics/png \ - libcroco-0.6.so:${PORTSDIR}/textproc/libcroco +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libpng.so:graphics/png \ + libcroco-0.6.so:textproc/libcroco USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix libgsf gdkpixbuf2 introspection:build libxml2 \ |