diff options
author | kris <kris@FreeBSD.org> | 2005-05-07 11:14:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-07 11:14:06 +0800 |
commit | c7017d6b49c7130c1a7f719b95c701539b3b645a (patch) | |
tree | ef8e09c613697abece232ef81b5e9ac1d80dac19 /finance | |
parent | 690bcd1e10eb99e630ea5f2244a3369f1589eb69 (diff) | |
download | freebsd-ports-graphics-c7017d6b49c7130c1a7f719b95c701539b3b645a.tar.gz freebsd-ports-graphics-c7017d6b49c7130c1a7f719b95c701539b3b645a.tar.zst freebsd-ports-graphics-c7017d6b49c7130c1a7f719b95c701539b3b645a.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'finance')
-rw-r--r-- | finance/qtstalker/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/qtstalker/Makefile b/finance/qtstalker/Makefile index 7b367d58a21..108d02af233 100644 --- a/finance/qtstalker/Makefile +++ b/finance/qtstalker/Makefile @@ -51,6 +51,12 @@ PORTDOCS+= \ PLIST_SUB+= \ VERSION_PLUGIN="${VERSION_PLUGIN}" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: # tell qtstalker where to install plugins @${FIND} ${WRKSRC} -type f -name "*pro" | \ @@ -110,4 +116,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |