diff options
-rw-r--r-- | graphics/autotrace/Makefile | 3 | ||||
-rw-r--r-- | graphics/zphoto/Makefile | 2 |
2 files changed, 2 insertions, 3 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 diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 3a427748e350..807503114f5c 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Zooming photo album generator -LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \ +LIB_DEPENDS= ming.4:${PORTSDIR}/graphics/ming \ Imlib2.3:${PORTSDIR}/graphics/imlib2 \ popt.0:${PORTSDIR}/devel/popt .if !defined (WITHOUT_AVIPLAY) |