aboutsummaryrefslogtreecommitdiff
path: root/misc/sword
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-14 18:19:30 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-14 18:19:30 +0000
commitd7fe4d8f9f8ba33d6968214e606c2106ca3006f0 (patch)
tree303f5d1a45c226bf7fe720c454c72ab193188f03 /misc/sword
parentd5fdef68f4ce1bf18ca7f0a65ed046edded9e62c (diff)
downloadports-d7fe4d8f9f8ba33d6968214e606c2106ca3006f0.tar.gz
ports-d7fe4d8f9f8ba33d6968214e606c2106ca3006f0.zip
Notes
Diffstat (limited to 'misc/sword')
-rw-r--r--misc/sword/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile
index 3a64eff493b9..185bb1d2f687 100644
--- a/misc/sword/Makefile
+++ b/misc/sword/Makefile
@@ -9,7 +9,8 @@ PORTNAME= sword
PORTVERSION= 1.5.8
CATEGORIES= misc
MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
- http://www.goodking.ca/pub/files/
+ http://www.goodking.ca/pub/files/ \
+ ftp://stjames.stthomasanglican.org/pub/files/
MAINTAINER= thomas@goodking.ca
COMMENT= A project framework for manipulating Bible texts
@@ -23,6 +24,12 @@ INSTALLS_SHLIB= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Fails to compile under FreeBSD 4.X
+.endif
+
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --without-curl
PLIST_SUB+= INSTALLMGR="@comment "
@@ -53,4 +60,4 @@ post-install:
register:
@(cd ${WRKSRC} && make register)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>