diff options
author | miwi <miwi@FreeBSD.org> | 2011-07-02 16:09:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-07-02 16:09:03 +0800 |
commit | 5102d8f7202867112772ea5aa91456b033bcfadb (patch) | |
tree | dbeebc5aef171ab96058f2b4633678bd2d43379d | |
parent | bed0e90cb182ddf4ac59e4786072d3ff85c0255d (diff) | |
download | freebsd-ports-gnome-5102d8f7202867112772ea5aa91456b033bcfadb.tar.gz freebsd-ports-gnome-5102d8f7202867112772ea5aa91456b033bcfadb.tar.zst freebsd-ports-gnome-5102d8f7202867112772ea5aa91456b033bcfadb.zip |
- chase x11-toolkits/fxscintilla shlib bump
-rw-r--r-- | editors/fxite/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/ruby-fox16/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index acf1c9b7434b..5a0cadb5b009 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -7,14 +7,14 @@ PORTNAME= fxite PORTVERSION= 0.6 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= gahr@FreeBSD.org COMMENT= An advanced cross-platform text editor -LIB_DEPENDS= fxscintilla.21:${PORTSDIR}/x11-toolkits/fxscintilla +LIB_DEPENDS= fxscintilla.22:${PORTSDIR}/x11-toolkits/fxscintilla USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/x11-toolkits/ruby-fox16/Makefile b/x11-toolkits/ruby-fox16/Makefile index 7fa4a7035572..35f3a87f8944 100644 --- a/x11-toolkits/ruby-fox16/Makefile +++ b/x11-toolkits/ruby-fox16/Makefile @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= 1.6.19 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= fxruby @@ -22,7 +22,7 @@ LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \ png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - fxscintilla.21:${PORTSDIR}/x11-toolkits/fxscintilla + fxscintilla.22:${PORTSDIR}/x11-toolkits/fxscintilla LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}16 |