diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 02:10:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 02:10:44 +0000 |
commit | 62c30dca987abc1ad79a93e183b3dd08ca21381f (patch) | |
tree | d188deb38018985c4d75d512d26646aafe4a32c6 | |
parent | BROKEN: Does not find tcl correctly (diff) |
BROKEN: Does not build
-rw-r--r-- | audio/mxv/Makefile | 2 | ||||
-rw-r--r-- | games/xpipeman/Makefile | 2 | ||||
-rw-r--r-- | net/ntimelord/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/mxv/Makefile b/audio/mxv/Makefile index ed51867fb94c..db909cb3d429 100644 --- a/audio/mxv/Makefile +++ b/audio/mxv/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}-source MAINTAINER= davidn@blaze.net.au +BROKEN= "Does not build" + BUILD_DEPENDS= ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf:${PORTSDIR}/x11-toolkits/iv NO_WRKSUBDIR= yes diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index fb4ddc9ceeff..f9afa5a237b5 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not build" + USE_IMAKE= yes MAN6= xpipeman.6 diff --git a/net/ntimelord/Makefile b/net/ntimelord/Makefile index 03342d9c20e0..87b647afb67a 100644 --- a/net/ntimelord/Makefile +++ b/net/ntimelord/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= naiki@bfd.es.hokudai.ac.jp +BROKEN= "Does not build" + RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk post-install: |