diff options
author | knu <knu@FreeBSD.org> | 2001-01-21 05:57:50 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-21 05:57:50 +0000 |
commit | a8642f404195141a6487aaf8731701680745727e (patch) | |
tree | c273201d2ea5a52954fbec8b1120e7aee2ff688b /graphics/ruby-ming/Makefile | |
parent | 93b63fea2b440c26cfd7c716969aa2b5227f033c (diff) | |
download | FreeBSD-ports-a8642f404195141a6487aaf8731701680745727e.zip FreeBSD-ports-a8642f404195141a6487aaf8731701680745727e.tar.gz |
Update to Ming 0.0.9b. Now it creates Flash 4 movies.
Ports of the Perl5 module and the Ming utilities will follow soon if I
can take the time.
Diffstat (limited to 'graphics/ruby-ming/Makefile')
-rw-r--r-- | graphics/ruby-ming/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index e6ec463..f74857b 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ming -PORTVERSION= 0.0.3a +PORTVERSION= 0.0.9b CATEGORIES= graphics ruby MASTER_SITES= http://www.opaque.net/ming/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,12 +15,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel -LIB_DEPENDS= ming.1:${PORTSDIR}/graphics/ming +LIB_DEPENDS= ming.2:${PORTSDIR}/graphics/ming USE_RUBY= yes USE_RUBY_EXTCONF= yes -MD5_FILE= ${PORTSDIR}/graphics/ming/distinfo +MD5_FILE= ${.CURDIR}/../ming/distinfo WRKSRC= ${WRKDIR}/${DISTNAME}/rb_ext CONFIGURE_ARGS= --with-ming-include="${LOCALBASE}/include/ming" |