diff options
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r-- | graphics/wxsvg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index e31bd9d8478e..6dfa851a60fd 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -11,8 +11,8 @@ COMMENT= C++ library to create, manipulate, and render SVG files LICENSE= LGPL21+ -LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ - libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libexpat.so:textproc/expat2 USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:bzip2 USE_WX= 3.0 |