aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/dctc-gui-qt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 09:16:08 +0800
committerkris <kris@FreeBSD.org>2004-02-23 09:16:08 +0800
commitc95e08190825e890a305b28888d874e214f315d9 (patch)
tree6b26edafbb03d9a1dbd6f416deefa0781b6f26d5 /net-p2p/dctc-gui-qt
parent9eca13579363e562793eaf7b731ea53433890a3b (diff)
downloadfreebsd-ports-gnome-c95e08190825e890a305b28888d874e214f315d9.tar.gz
freebsd-ports-gnome-c95e08190825e890a305b28888d874e214f315d9.tar.zst
freebsd-ports-gnome-c95e08190825e890a305b28888d874e214f315d9.zip
BROKEN on 4.x: does not compile
Diffstat (limited to 'net-p2p/dctc-gui-qt')
-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>