From f4cca8930f97ef627ce06b4f2a47b118732a0734 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 22 Mar 2007 09:34:23 +0000 Subject: - Marked broken for 7.X Submitted by: pointyhat via kris Approved by: maintainer --- misc/sword/Makefile | 8 +++++++- misc/sword15/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/sword/Makefile b/misc/sword/Makefile index feaa3dbdfc7a..423947ad1230 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -26,6 +26,12 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +.include + +.if ( ${OSVERSION} >= 700000 ) +BROKEN= does not build on 7.X +.endif + .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " @@ -56,4 +62,4 @@ post-install: register: @(cd ${WRKSRC} && make register) -.include +.include diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index feaa3dbdfc7a..423947ad1230 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -26,6 +26,12 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +.include + +.if ( ${OSVERSION} >= 700000 ) +BROKEN= does not build on 7.X +.endif + .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " @@ -56,4 +62,4 @@ post-install: register: @(cd ${WRKSRC} && make register) -.include +.include -- cgit v1.2.3