summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui-qt/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 01:16:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 01:16:08 +0000
commit7db36f07188faaf4f9e3cc47f7091434ddd29710 (patch)
tree2029314b32b91e26c6feec2aedefb8f714d6313a /net-p2p/dctc-gui-qt/Makefile
parentBROKEN: Does not fetch (diff)
BROKEN on 4.x: does not compile
Notes
Notes: svn path=/head/; revision=101789
Diffstat (limited to 'net-p2p/dctc-gui-qt/Makefile')
-rw-r--r--net-p2p/dctc-gui-qt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/dctc-gui-qt/Makefile b/net-p2p/dctc-gui-qt/Makefile
index 782c182db632..fd55fee8b1cf 100644
--- a/net-p2p/dctc-gui-qt/Makefile
+++ b/net-p2p/dctc-gui-qt/Makefile
@@ -27,6 +27,12 @@ PLIST_FILES= bin/dc-qt
QTDIR?= ${X11BASE}
QMAKE?= ${X11BASE}/bin/qmake
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -E -e 's|"hublist|"dc_hublist|' \
${WRKSRC}/dc_hub.cc
@@ -47,4 +53,4 @@ post-configure:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dc-qt ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>