diff options
author | pav <pav@FreeBSD.org> | 2004-12-19 06:38:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-19 06:38:38 +0800 |
commit | 41c652b45fa1c5e5ba1b9014dce593b8278c53d0 (patch) | |
tree | c649973d7128c746bb1df820f99f0dc108d00d8d /x11-toolkits/ruby-fox10 | |
parent | 572a687c3c88355955fc66a592e07f50ba99378d (diff) | |
download | freebsd-ports-gnome-41c652b45fa1c5e5ba1b9014dce593b8278c53d0.tar.gz freebsd-ports-gnome-41c652b45fa1c5e5ba1b9014dce593b8278c53d0.tar.zst freebsd-ports-gnome-41c652b45fa1c5e5ba1b9014dce593b8278c53d0.zip |
- Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (fxscintilla maintainer)
Diffstat (limited to 'x11-toolkits/ruby-fox10')
-rw-r--r-- | x11-toolkits/ruby-fox10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-fox10/Makefile b/x11-toolkits/ruby-fox10/Makefile index 225652878c46..393a61b25c9d 100644 --- a/x11-toolkits/ruby-fox10/Makefile +++ b/x11-toolkits/ruby-fox10/Makefile @@ -21,7 +21,7 @@ COMMENT= Ruby extension module to use FOX, aka FXRuby LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - fxscintilla.11:${PORTSDIR}/x11-toolkits/fxscintilla + fxscintilla.16:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 USE_RUBY= yes USE_RUBY_SETUP= yes |