diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/pstoedit | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 05b813bd7f39..4261845503c4 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -12,7 +12,7 @@ COMMENT= Convert PostScript to other vector graphic formats LICENSE= GPLv2+ -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:graphics/gd USES= ghostscript libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes @@ -29,18 +29,18 @@ OPTIONS_DEFAULT= EMF MAGICK MING PLOTUTILS OPTIONS_SUB= yes EMF_DESC= WMF/EMF support via libEMF -EMF_LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf +EMF_LIB_DEPENDS= libEMF.so:graphics/libemf EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF EMF_CONFIGURE_OFF= --without-emf -MAGICK_LIB_DEPENDS= libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick MAGICK_CONFIGURE_ON= --with-magick MAGICK_CONFIGURE_OFF= --without-magick MING_DESC= Flash support via Ming -MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming +MING_LIB_DEPENDS= libming.so:graphics/ming MING_CONFIGURE_ON= --with-swf MING_CONFIGURE_OFF= --without-swf PLOTUTILS_DESC= Plotting support via Plotutils -PLOTUTILS_LIB_DEPENDS= libplotter.so:${PORTSDIR}/graphics/plotutils +PLOTUTILS_LIB_DEPENDS= libplotter.so:graphics/plotutils PLOTUTILS_CONFIGURE_ON= --with-libplot PLOTUTILS_CONFIGURE_OFF= --without-libplot |