diff options
author | mi <mi@FreeBSD.org> | 2007-05-03 03:57:58 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-05-03 03:57:58 +0800 |
commit | a720593e80abbcebe353f902c3eef94f21142286 (patch) | |
tree | 08628bd436182e5d4d6d3433ab0513f577e5859a /lang/tclX | |
parent | a14cfc35fc6814c68ba4b520e1b789387349c56d (diff) | |
download | freebsd-ports-gnome-a720593e80abbcebe353f902c3eef94f21142286.tar.gz freebsd-ports-gnome-a720593e80abbcebe353f902c3eef94f21142286.tar.zst freebsd-ports-gnome-a720593e80abbcebe353f902c3eef94f21142286.zip |
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.
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 |