diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 09:16:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 09:16:08 +0800 |
commit | c95e08190825e890a305b28888d874e214f315d9 (patch) | |
tree | 6b26edafbb03d9a1dbd6f416deefa0781b6f26d5 /net-p2p/dctc-gui-qt | |
parent | 9eca13579363e562793eaf7b731ea53433890a3b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |