aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace
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 /graphics/autotrace
parenta3a84e2385abdcb12079d7d00b278fb2a7e9437a (diff)
downloadports-4a0b461bc7b097fd71413613d903592e848266c3.tar.gz
ports-4a0b461bc7b097fd71413613d903592e848266c3.zip
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile2
1 files changed, 1 insertions, 1 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