diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 09:34:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 09:34:23 +0000 |
commit | f4cca8930f97ef627ce06b4f2a47b118732a0734 (patch) | |
tree | e0a6883a72f7bdbf6255875229ba0df54ded1772 /misc/sword | |
parent | 4ef381a5dddcfd8e0cae214d5a131b3cb3465249 (diff) | |
download | ports-f4cca8930f97ef627ce06b4f2a47b118732a0734.tar.gz ports-f4cca8930f97ef627ce06b4f2a47b118732a0734.zip |
Notes
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> |