aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-04-24 13:55:16 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-04-24 13:55:16 +0000
commit390b58e070ac5803e330fb89cd8fa6bd1912d91d (patch)
tree1e657cc01b4cb0ab34fc53c87757ae9bf0a6494b
parent3fcc2a46bf71841f25bf7e7ac8bbf69b033a8bf2 (diff)
downloadports-390b58e070ac5803e330fb89cd8fa6bd1912d91d.tar.gz
ports-390b58e070ac5803e330fb89cd8fa6bd1912d91d.zip
Notes
-rw-r--r--graphics/autotrace/Makefile3
-rw-r--r--graphics/zphoto/Makefile2
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)