diff options
author | gahr <gahr@FreeBSD.org> | 2011-08-02 18:01:45 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-08-02 18:01:45 +0800 |
commit | 7764cae0d17b5c4c3d3539ce2d48eb2c21f0e014 (patch) | |
tree | 353364d967d357ff920c786466a3ab08d3dea6cb /graphics | |
parent | 57e773ef6274ca96b2d01ab71ffe3a6bac2171fc (diff) | |
download | freebsd-ports-gnome-7764cae0d17b5c4c3d3539ce2d48eb2c21f0e014.tar.gz freebsd-ports-gnome-7764cae0d17b5c4c3d3539ce2d48eb2c21f0e014.tar.zst freebsd-ports-gnome-7764cae0d17b5c4c3d3539ce2d48eb2c21f0e014.zip |
- Disable default swf support via graphics/ming, which is currently broken
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index ea8b0cec4fb0..d759fd75d8ba 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ MAN1= autotrace.1 -OPTIONS= MING "Enable swf interface" on \ +OPTIONS= MING "Enable swf interface" off \ PSTOEDIT "Convert postscript to other formats" on .include <bsd.port.pre.mk> |