diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-24 13:55:16 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-24 13:55:16 +0000 |
commit | 390b58e070ac5803e330fb89cd8fa6bd1912d91d (patch) | |
tree | 1e657cc01b4cb0ab34fc53c87757ae9bf0a6494b /graphics/autotrace | |
parent | 3fcc2a46bf71841f25bf7e7ac8bbf69b033a8bf2 (diff) | |
download | ports-390b58e070ac5803e330fb89cd8fa6bd1912d91d.tar.gz ports-390b58e070ac5803e330fb89cd8fa6bd1912d91d.zip |
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 0fce26331ac3..43a937616381 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kanou@khdd.net COMMENT= Convert bitmap to vector graphics LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - ming.3:${PORTSDIR}/graphics/ming \ + ming.4:${PORTSDIR}/graphics/ming \ Magick.9:${PORTSDIR}/graphics/ImageMagick \ pstoedit.0:${PORTSDIR}/graphics/pstoedit @@ -25,7 +25,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" USE_XLIB= yes -USE_REINPLACE= yes MAN1= autotrace.1 |