diff options
author | garga <garga@FreeBSD.org> | 2006-04-24 21:05:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-24 21:05:07 +0800 |
commit | 199acf83eb2897278729d448988c7396516a984c (patch) | |
tree | 6758ac20c78f2124b8f1e348c43e065acae9d831 /graphics | |
parent | 6b7473af76b1f49d26fa45af4326d071cecd39c4 (diff) | |
download | freebsd-ports-gnome-199acf83eb2897278729d448988c7396516a984c.tar.gz freebsd-ports-gnome-199acf83eb2897278729d448988c7396516a984c.tar.zst freebsd-ports-gnome-199acf83eb2897278729d448988c7396516a984c.zip |
Fix build after last ming bump lib version
Pointy hat to: garga
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mingplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mingplot/Makefile b/graphics/mingplot/Makefile index a2b1f35ec28b..efa30eb1fb78 100644 --- a/graphics/mingplot/Makefile +++ b/graphics/mingplot/Makefile @@ -7,13 +7,14 @@ PORTNAME= mingplot PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/mingplot/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A tool to generate a flash-based chart -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/ming.so:${PORTSDIR}/graphics/ruby-ming +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/mingc.so:${PORTSDIR}/graphics/ruby-ming USE_RUBY= yes USE_RUBY_FEATURES= iconv |