summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 01:30:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 01:30:02 +0000
commitd32f83cb4d45695d67ceba251d4c89f628099865 (patch)
tree5cadced1bb03452f7e3474fcef2c317601c40df6 /net-mgmt
parentBROKEN on 5.x: Does not compile (diff)
BROKEN: Missing dependency
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118275
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netwag/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/netwag/Makefile b/net-mgmt/netwag/Makefile
index ba36e159aca7..cf16ed6b1d2c 100644
--- a/net-mgmt/netwag/Makefile
+++ b/net-mgmt/netwag/Makefile
@@ -20,6 +20,8 @@ BUILD_DEPENDS= netwox:${PORTSDIR}/net-mgmt/netwox \
wish8.4:${PORTSDIR}/x11-toolkits/tk84
RUN_DEPENDS= ${BUILD_DEPENDS}
+BROKEN= "Missing dependency"
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src
USE_REINPLACE= yes
SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/}