summaryrefslogtreecommitdiff
path: root/finance/qtstalker
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
commit3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch)
tree50f793f00a7cb711970c62063687af6cd8625387 /finance/qtstalker
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200771
Diffstat (limited to 'finance/qtstalker')
-rw-r--r--finance/qtstalker/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/finance/qtstalker/Makefile b/finance/qtstalker/Makefile
index 16d35a8b9f87..c17ebb51cb4e 100644
--- a/finance/qtstalker/Makefile
+++ b/finance/qtstalker/Makefile
@@ -49,12 +49,6 @@ 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" | \
@@ -114,4 +108,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>