aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-07 03:14:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-07 03:14:06 +0000
commitc15dcc04b7c4685bb35af173fa4af967edfa8391 (patch)
tree6f27ea742aeb62879d478994edc350142d932296 /finance
parent2e5df55dc1b634f2c615ef1ed69d340d8e5e260a (diff)
downloadports-c15dcc04b7c4685bb35af173fa4af967edfa8391.tar.gz
ports-c15dcc04b7c4685bb35af173fa4af967edfa8391.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=134745
Diffstat (limited to 'finance')
-rw-r--r--finance/qtstalker/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/qtstalker/Makefile b/finance/qtstalker/Makefile
index 7b367d58a21c..108d02af2338 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>