diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-24 21:36:09 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-24 21:36:09 +0800 |
commit | 00cef2520fe99ee80a0809f5b2aad0f9d9073b07 (patch) | |
tree | 9ce2db95a7bbe4e643dedbc802796a1380e8a7fa /misc/sword | |
parent | 4a83e422a43513f615b355af7d9d46764bae2827 (diff) | |
download | freebsd-ports-gnome-00cef2520fe99ee80a0809f5b2aad0f9d9073b07.tar.gz freebsd-ports-gnome-00cef2520fe99ee80a0809f5b2aad0f9d9073b07.tar.zst freebsd-ports-gnome-00cef2520fe99ee80a0809f5b2aad0f9d9073b07.zip |
- Unbreak on 8.X
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 8 |
1 files changed, 1 insertions, 7 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> |