diff options
author | pav <pav@FreeBSD.org> | 2012-05-14 04:16:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-14 04:16:32 +0800 |
commit | 5a2d7cbf2ca6ad4f9585e1eecd810ca7fbcd395c (patch) | |
tree | bbf822850284893d733ae1fdd12f41d49a50f00f /net/nam | |
parent | 2e45bc92139f8ba13778e1d07aa14bc5d7b51b64 (diff) | |
download | freebsd-ports-gnome-5a2d7cbf2ca6ad4f9585e1eecd810ca7fbcd395c.tar.gz freebsd-ports-gnome-5a2d7cbf2ca6ad4f9585e1eecd810ca7fbcd395c.tar.zst freebsd-ports-gnome-5a2d7cbf2ca6ad4f9585e1eecd810ca7fbcd395c.zip |
- Mark BROKEN: does not configure
checking for tclsh8.3... no
configure: error: tcl is required but could not be completely found.
Reported by: pointyhat
Diffstat (limited to 'net/nam')
-rw-r--r-- | net/nam/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index e23b648cbf1e..6753f2e5fa04 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -18,6 +18,8 @@ COMMENT= Animation tool for network simulation traces BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl LIB_DEPENDS= otcl.1:${PORTSDIR}/lang/otcl +BROKEN= does not configure + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= xmu |