diff options
author | vd <vd@FreeBSD.org> | 2006-08-26 00:36:21 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-08-26 00:36:21 +0800 |
commit | 5828a5e542260145f1595acf8f3d5205d3e997ab (patch) | |
tree | d0e9d89870539824d778dc18fa55d84a97873e0d /graphics | |
parent | 09c02f5dcc6b36b2812ef9c9f82f735e6e706731 (diff) | |
download | freebsd-ports-gnome-5828a5e542260145f1595acf8f3d5205d3e997ab.tar.gz freebsd-ports-gnome-5828a5e542260145f1595acf8f3d5205d3e997ab.tar.zst freebsd-ports-gnome-5828a5e542260145f1595acf8f3d5205d3e997ab.zip |
Add dependency to ImageMagick to enable various bitmap filters
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index a9cfa4f99c14..ca54ea22e58c 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -24,7 +24,8 @@ BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config \ ${WXDEP}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ xml2-config:${PORTSDIR}/textproc/libxml2 \ zip:${PORTSDIR}/archivers/zip -RUN_DEPENDS+= ${WXDEP}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode +RUN_DEPENDS+= ${WXDEP}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ + convert:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS+= dlmalloc.2:${PORTSDIR}/devel/libdlmalloc \ xml2.5:${PORTSDIR}/textproc/libxml2 |