diff options
author | sem <sem@FreeBSD.org> | 2004-08-28 02:50:10 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-28 02:50:10 +0800 |
commit | ba48caf5c117f282a5c4ae6e80b4afad2496f49b (patch) | |
tree | a6be4f1b9c33b90f363a5d654d7046550d482a26 /misc/bibletime-kde4/Makefile | |
parent | 9459586e8dd8984feee1ff09ea5b494d2d94cf8a (diff) | |
download | freebsd-ports-gnome-ba48caf5c117f282a5c4ae6e80b4afad2496f49b.tar.gz freebsd-ports-gnome-ba48caf5c117f282a5c4ae6e80b4afad2496f49b.tar.zst freebsd-ports-gnome-ba48caf5c117f282a5c4ae6e80b4afad2496f49b.zip |
Update to 1.4.1.
Add documentation.
PR: ports/70713
Submitted by: maintainer
Diffstat (limited to 'misc/bibletime-kde4/Makefile')
-rw-r--r-- | misc/bibletime-kde4/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index ac6c8ee9c579..4abdc33fa675 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bibletime -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.4.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,18 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= wvengen@stack.nl COMMENT= A powerful Bible study application for KDE3 -LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword -.if !defined(NOPORTDOCS) -RUN_DEPENDS= ${LOCALBASE}/share/doc/HTML/en/bibletime:${PORTSDIR}/misc/bibletime-doc -.endif +LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes USE_REINPLACE= yes -CONFIGURE_ARGS+=--program-transform-name="" \ - --with-sworddir=${PREFIX} post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure |