diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-02 16:50:30 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-02 16:50:30 +0000 |
commit | 0a1041b377a8e450201103eba782dee940d7e647 (patch) | |
tree | 4d80f1068b370d0b55dd6316722e26485c3a1f9f /misc/xiphos | |
parent | 10584eea12780d47bf311602988192d3088d9949 (diff) | |
download | ports-0a1041b377a8e450201103eba782dee940d7e647.tar.gz ports-0a1041b377a8e450201103eba782dee940d7e647.zip |
Notes
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 02d07ea7ad67..d165224d1bfe 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -7,6 +7,7 @@ PORTNAME= xiphos PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= SF MASTER_SITE_SUBDIR= gnomesword @@ -15,7 +16,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.11.so:${PORTSDIR}/misc/sword + ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick |