diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-01-23 11:43:28 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-01-23 11:43:28 +0000 |
commit | bd082dcf093e71a70e6260a07565057017bdafbc (patch) | |
tree | ddbf5d71540a63ceca4648d2985852ccf334a172 /devel/tcllib/Makefile | |
parent | bc70b5322bc149963853be31ea8a6efc9a30c367 (diff) | |
download | ports-bd082dcf093e71a70e6260a07565057017bdafbc.tar.gz ports-bd082dcf093e71a70e6260a07565057017bdafbc.zip |
Notes
Diffstat (limited to 'devel/tcllib/Makefile')
-rw-r--r-- | devel/tcllib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 7446fa0e28cc..3aa1409c404a 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tcllib -PORTVERSION= 1.9 +PORTVERSION= 1.9 CATEGORIES= devel tcl83 tcl84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcllib @@ -16,8 +16,6 @@ COMMENT= A collection of utility modules for Tcl BUILD_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//} -BROKEN= Fails self-tests - TCL_VER?= 8.4 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -88,7 +86,7 @@ test: ${WRKSRC}/testlog.log; \ ${CAT} ${WRKSRC}/testlog.failures; \ ${UNAME} -a; \ - ${FALSE}; \ + ${ECHO_MSG} Please, analyze and report the test failures; \ fi post-build: test |