diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-31 20:31:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-31 20:31:23 +0800 |
commit | d1cbdc66e0326c983c798438f47e5daf849d2535 (patch) | |
tree | 9e4027f47ebee634b53cde97f051f02391fdd6b2 /graphics | |
parent | 84e82bbcd336c748b8f0fdf6e82116efb8fffa72 (diff) | |
download | freebsd-ports-gnome-d1cbdc66e0326c983c798438f47e5daf849d2535.tar.gz freebsd-ports-gnome-d1cbdc66e0326c983c798438f47e5daf849d2535.tar.zst freebsd-ports-gnome-d1cbdc66e0326c983c798438f47e5daf849d2535.zip |
Chase graphics/ming shlib bump.
Reported by: Jashank Jeremy <jashank.jeremy@gmail.com> (via irc)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 2 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 2 | ||||
-rw-r--r-- | graphics/mapserver/Makefile | 2 | ||||
-rw-r--r-- | graphics/pstoedit/Makefile | 2 |
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 |