From 00cef2520fe99ee80a0809f5b2aad0f9d9073b07 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Mon, 24 Dec 2007 13:36:09 +0000 Subject: - Unbreak on 8.X --- misc/sword/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'misc/sword') diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 066d529cefd4..b262b8db0ccc 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -26,12 +26,6 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.include - -.if ${OSVERSION} > 800000 -BROKEN= Does not compile under 8.X -.endif - .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " @@ -62,4 +56,4 @@ post-install: register: @(cd ${WRKSRC} && ${GMAKE} register) -.include +.include -- cgit