From 7db36f07188faaf4f9e3cc47f7091434ddd29710 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 01:16:08 +0000 Subject: BROKEN on 4.x: does not compile --- net/dctc-gui-qt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/dctc-gui-qt/Makefile b/net/dctc-gui-qt/Makefile index 782c182db632..fd55fee8b1cf 100644 --- a/net/dctc-gui-qt/Makefile +++ b/net/dctc-gui-qt/Makefile @@ -27,6 +27,12 @@ PLIST_FILES= bin/dc-qt QTDIR?= ${X11BASE} QMAKE?= ${X11BASE}/bin/qmake +.include + +.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 +.include -- cgit v1.2.3