diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-04-04 19:06:47 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-04-04 19:06:47 +0000 |
commit | 838f2d4ea33c79416b30ed81f80f2c943ffa3ad6 (patch) | |
tree | 3e4f48dd094c8d5ffddd84bd19620f9e5c4e9448 /devel/tcl-trf/Makefile | |
parent | 102a0b17685a1b85a402858da473c3d4fa2b5d3b (diff) |
Notes
Diffstat (limited to 'devel/tcl-trf/Makefile')
-rw-r--r-- | devel/tcl-trf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile index bdb2a931d840..256236034ec5 100644 --- a/devel/tcl-trf/Makefile +++ b/devel/tcl-trf/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER:S/.//} \ USE_BZIP2= yes ALL_TARGET= all test -MAKE_ARGS+= -j2 +#MAKE_ARGS+= -j2 TCL_VER?= 8.4 DDIR= ${PREFIX}/lib/tcl${TCL_VER}/Trf @@ -64,10 +64,6 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not install on FreeBSD ${OSVERSION}" -.endif - SHLIB_NAME= libTrf2.so.1 SHLIB_LINK= ${SHLIB_NAME:C/\.so\..*/.so/} |