diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-29 10:34:35 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-29 10:34:35 +0000 |
commit | 5e4c2817f0f4acdb23bce932eec5c001b814d17f (patch) | |
tree | 7f06208f38849c47eacdd4fd43a6ebe3d16fc62b /x11-toolkits/ruby-fox10 | |
parent | c144345239151aae39738ddadfadcc5e62f1c015 (diff) | |
download | FreeBSD-ports-5e4c2817f0f4acdb23bce932eec5c001b814d17f.zip FreeBSD-ports-5e4c2817f0f4acdb23bce932eec5c001b814d17f.tar.gz |
- Chase x11-toolkits/fxscintilla update
- Transfer maintainership of ruby-fox12
- Add LATEST_LINKS
- Correct PKGNAME after rename from ruby-fox and ruby-fox-devel
Approved by: maintainer (ruby-fox12)
Diffstat (limited to 'x11-toolkits/ruby-fox10')
-rw-r--r-- | x11-toolkits/ruby-fox10/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/ruby-fox10/Makefile b/x11-toolkits/ruby-fox10/Makefile index efd5686..f5f08a5 100644 --- a/x11-toolkits/ruby-fox10/Makefile +++ b/x11-toolkits/ruby-fox10/Makefile @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= 1.0.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fxruby @@ -22,9 +22,11 @@ COMMENT= Ruby extension module to use FOX, aka FXRuby LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox10 \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 \ + fxscintilla.19:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 \ glut.4:${PORTSDIR}/graphics/libglut +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}10 + USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb |