aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-08-31 12:31:23 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-08-31 12:31:23 +0000
commit4a0b461bc7b097fd71413613d903592e848266c3 (patch)
treefc39350b2302089d8a17e6d35397afc1b07f0278
parenta3a84e2385abdcb12079d7d00b278fb2a7e9437a (diff)
downloadports-4a0b461bc7b097fd71413613d903592e848266c3.tar.gz
ports-4a0b461bc7b097fd71413613d903592e848266c3.zip
Notes
-rw-r--r--graphics/autotrace/Makefile2
-rw-r--r--graphics/graphviz/Makefile2
-rw-r--r--graphics/mapserver/Makefile2
-rw-r--r--graphics/pstoedit/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index d759fd75d8ba..d6a452cd3480 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -31,7 +31,7 @@ OPTIONS= MING "Enable swf interface" off \
.include <bsd.port.pre.mk>
.if !defined (WITHOUT_MING)
-LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
.endif
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 41e659203b7e..7159ba9dcc68 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -285,7 +285,7 @@ CONFIGURE_ARGS+= --with-qt=no
.if defined(WITH_MING)
CONFIGURE_ARGS+= --with-ming
PLIST_SUB+= WITH_MING=""
-LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming
.else
CONFIGURE_ARGS+= --without-ming
PLIST_SUB+= WITH_MING="@comment "
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 934a53c381f9..b462a9079c76 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --without-tiff
.endif
.if defined(WITH_MING)
-LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming
CONFIGURE_ARGS+= --with-ming=${LOCALBASE}
.endif
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile
index ae706caec3c1..b1db6a0cb871 100644
--- a/graphics/pstoedit/Makefile
+++ b/graphics/pstoedit/Makefile
@@ -58,7 +58,7 @@ PLIST_SUB+= EMF=""
CONFIGURE_ARGS+= --without-swf
PLIST_SUB+= MING="@comment "
.else
-LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming
PLIST_SUB+= MING=""
.endif