diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-29 10:34:35 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-29 10:34:35 +0000 |
commit | 1bf217e2cef2c6594f63253d540712b72d3f3292 (patch) | |
tree | b4920aa18c5b9039de953956f13dd9bb98ce3a35 /x11-toolkits/ruby-fox10/Makefile | |
parent | d859e98c96182518c3f38e90bf6be200ae7a8b75 (diff) | |
download | ports-1bf217e2cef2c6594f63253d540712b72d3f3292.tar.gz ports-1bf217e2cef2c6594f63253d540712b72d3f3292.zip |
Notes
Diffstat (limited to 'x11-toolkits/ruby-fox10/Makefile')
-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 efd5686a8d50..f5f08a527f69 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 |