diff options
author | gahr <gahr@FreeBSD.org> | 2011-08-02 18:07:00 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-08-02 18:07:00 +0800 |
commit | 93a7d5a9ccfb5254735bcc9403c391bee28be3f2 (patch) | |
tree | bdfd8e20ceb59d3c5efaa4892cbab9f396596f63 /graphics/pstoedit | |
parent | 7764cae0d17b5c4c3d3539ce2d48eb2c21f0e014 (diff) | |
download | freebsd-ports-gnome-93a7d5a9ccfb5254735bcc9403c391bee28be3f2.tar.gz freebsd-ports-gnome-93a7d5a9ccfb5254735bcc9403c391bee28be3f2.tar.zst freebsd-ports-gnome-93a7d5a9ccfb5254735bcc9403c391bee28be3f2.zip |
- Disable default swf support via graphics/ming, which is currently broken
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index dd1886448ad5..ae706caec3c1 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd OPTIONS= IMAGEMAGICK "Enable magick++ interface" on \ EMF "Enable emf interface" on \ - MING "Enable swf interface" on \ + MING "Enable swf interface" off \ PLOTUTILS "Enable libplot interface" on USE_GNOME= gnomehack pkgconfig |