diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 01:16:08 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 01:16:08 +0000 |
| commit | 7db36f07188faaf4f9e3cc47f7091434ddd29710 (patch) | |
| tree | 2029314b32b91e26c6feec2aedefb8f714d6313a | |
| parent | BROKEN: Does not fetch (diff) | |
BROKEN on 4.x: does not compile
| -rw-r--r-- | net-p2p/dctc-gui-qt/Makefile | 8 | ||||
| -rw-r--r-- | net/dctc-gui-qt/Makefile | 8 |
2 files changed, 14 insertions, 2 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> 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 <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> |
