diff options
author | joerg <joerg> | 2010-02-10 18:11:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-10 18:11:45 +0000 |
commit | c5e20554e0d540df0142f7b64f9493b73b414d1e (patch) | |
tree | 922aad01b3a856d5428a937383d81a56f29d53ff /mbone/sdr | |
parent | a3ba856fe7a046fce16ba9f927de26d6f7d5afc2 (diff) | |
download | pkgsrc-c5e20554e0d540df0142f7b64f9493b73b414d1e.tar.gz |
Mark remainining tcl/tk 8.3 users as broken.
Diffstat (limited to 'mbone/sdr')
-rw-r--r-- | mbone/sdr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile index 63c467c54a8..23586adaa90 100644 --- a/mbone/sdr/Makefile +++ b/mbone/sdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2009/12/02 08:19:02 snj Exp $ +# $NetBSD: Makefile,v 1.51 2010/02/10 18:11:46 joerg Exp $ DISTNAME= sdr-3.0 PKGREVISION= 2 @@ -11,6 +11,8 @@ COMMENT= MBone Session Directory PKG_DESTDIR_SUPPORT= user-destdir +BROKEN= Depends on TCL/TK 8.3 + WRKSRC= ${WRKDIR}/sdr/${SYSDIR} CRYPTO= yes USE_TOOLS+= gmake |