diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-05-02 19:57:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-05-02 19:57:58 +0000 |
commit | 3b6a9fa3c8d33399e34460a5f872db208d437004 (patch) | |
tree | d074b19207827655162cbfb8cd2c34e98d065aa8 /lang/tclX | |
parent | 2e8303dd6128d6e163b16a44f1dc9235682e6e10 (diff) |
Work-around the deficiencies in FreeBSD package-building cluster,
which causes the regression-tests to fail by disabling the regression
tests.
Unbreak -- the build was never "broken" for the usual (non-jail)
systems.
Notes
Notes:
svn path=/head/; revision=191427
Diffstat (limited to 'lang/tclX')
-rw-r--r-- | lang/tclX/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index 3724038e9c17..3b41fcfd51f1 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -16,8 +16,6 @@ DISTNAME= tclx${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= Extended TCL -BROKEN= Regression tests fail - USE_BZIP2= yes USE_TCL_BUILD= yes USE_TCL= yes @@ -30,7 +28,7 @@ CONFIGURE_ARGS= --enable-shared \ --with-help=Help \ --with-tcl="${TCL_LIBDIR}" PLIST_SUB= TCLX_VER=${PORTVERSION} -ALL_TARGET= binaries libraries test +ALL_TARGET= binaries libraries # test INSTALL_TARGET= install-binaries install-libraries .ifndef(NOPORTDOCS) ALL_TARGET+= doc |