diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-24 13:36:09 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-24 13:36:09 +0000 |
commit | 92d643c7e90e87892ffe90a4b09f43ac7bf5b06e (patch) | |
tree | b02bf6d5404fac6deb900dfeaf570f12b3943ed7 /misc | |
parent | Chase MASTER_SITES (diff) |
- Unbreak on 8.X
Notes
Notes:
svn path=/head/; revision=204437
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 8 | ||||
-rw-r--r-- | misc/sword15/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 066d529cefd4..b262b8db0ccc 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -26,12 +26,6 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.include <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |