diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
commit | 779a04d1f707b7fdbf154d56577444fff9c0306f (patch) | |
tree | fc361b786f221cd16c431f3bbc0861f8cd3206fb /graphics/autotrace | |
parent | a9b4900f5b074ea507779dd64150eeaf1b2c1da6 (diff) |
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 2bb3f6d69afb..208f750e6fa2 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -7,7 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert bitmap to vector graphics LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - MagickWand.2:${PORTSDIR}/graphics/ImageMagick + MagickWand.3:${PORTSDIR}/graphics/ImageMagick USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes |