diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-12-02 21:39:36 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-12-02 21:39:36 +0000 |
commit | f6e39a8319b5d106fc95511bdf834b97f6cddc1f (patch) | |
tree | 3707c7fec5a43daa91f0b864e2a69b9fe2dece40 | |
parent | ff0c610f28553f16a5da481937e217a2f76e4d93 (diff) | |
download | ports-f6e39a8319b5d106fc95511bdf834b97f6cddc1f.tar.gz ports-f6e39a8319b5d106fc95511bdf834b97f6cddc1f.zip |
Notes
-rw-r--r-- | graphics/autotrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index f4fd7a98acf6..bba55a5bf008 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -7,7 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF @@ -21,6 +21,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" +CONFIGURE_ARGS= --without-magick MAN1= autotrace.1 |