diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-08-02 10:01:45 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-08-02 10:01:45 +0000 |
commit | c5b365e43c1aebd35e7afe6bbd80b3baca794290 (patch) | |
tree | ae8b159a67e440d3d1a72b347765ba6187e1c38c /graphics/autotrace | |
parent | 1ad5e655f85f9a570d425200f6eba77bb2f956fa (diff) |
Notes
Diffstat (limited to 'graphics/autotrace')
-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> |