diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-21 20:55:47 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-21 20:55:47 +0800 |
commit | 6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c (patch) | |
tree | 1b81bac04b885adb80f46c79eba1d292e84b6c5d /misc/gnomesword | |
parent | 08e189a11b36597cbf701fcd22624ae3ec3dec2c (diff) | |
download | freebsd-ports-gnome-6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c.tar.gz freebsd-ports-gnome-6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c.tar.zst freebsd-ports-gnome-6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c.zip |
- Chase misc/sword libbump
- Bump PORTREVISION
Diffstat (limited to 'misc/gnomesword')
-rw-r--r-- | misc/gnomesword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile index fdb60b39abc5..a39769fc64f5 100644 --- a/misc/gnomesword/Makefile +++ b/misc/gnomesword/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomesword PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A bible interface utilizing the sword framework RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \ - ${LOCALBASE}/lib/libsword-1.5.10.so:${PORTSDIR}/misc/sword + ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword BUILD_DEPENDS= ${RUN_DEPENDS} USE_GETTEXT= yes |