diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-22 17:34:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-22 17:34:23 +0800 |
commit | bfba768fbb8758fd051b08b203fd214397ce08d9 (patch) | |
tree | 5edc3ec240cca040e09337c08dc839fa99ac2a80 /misc/sword | |
parent | 2b246fd6c8a9ff4cb985a53d70c71490f3886211 (diff) | |
download | freebsd-ports-gnome-bfba768fbb8758fd051b08b203fd214397ce08d9.tar.gz freebsd-ports-gnome-bfba768fbb8758fd051b08b203fd214397ce08d9.tar.zst freebsd-ports-gnome-bfba768fbb8758fd051b08b203fd214397ce08d9.zip |
- Marked broken for 7.X
Submitted by: pointyhat via kris
Approved by: maintainer
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |