diff options
-rw-r--r-- | misc/sword/Makefile | 11 | ||||
-rw-r--r-- | misc/sword15/Makefile | 11 |
2 files changed, 18 insertions, 4 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> diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 3a64eff493b9..185bb1d2f687 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/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> |