diff options
author | gahr <gahr@FreeBSD.org> | 2008-12-03 05:39:36 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-12-03 05:39:36 +0800 |
commit | cb68d0efff5d0c81eda2c36a17fc0edfdf37ccf0 (patch) | |
tree | 5395337a1b315581b5c5bb82e5e9ea9c439d1a62 /graphics/autotrace | |
parent | b22d32177ffbef15dfd878b76f15f3bb046f297f (diff) | |
download | freebsd-ports-gnome-cb68d0efff5d0c81eda2c36a17fc0edfdf37ccf0.tar.gz freebsd-ports-gnome-cb68d0efff5d0c81eda2c36a17fc0edfdf37ccf0.tar.zst freebsd-ports-gnome-cb68d0efff5d0c81eda2c36a17fc0edfdf37ccf0.zip |
- Disable ImageMagick support (broken)
Diffstat (limited to 'graphics/autotrace')
-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 |