diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-04-05 03:06:47 +0800 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-04-05 03:06:47 +0800 |
commit | 838f2d4ea33c79416b30ed81f80f2c943ffa3ad6 (patch) | |
tree | 3e4f48dd094c8d5ffddd84bd19620f9e5c4e9448 /devel/tcl-trf | |
parent | 102a0b17685a1b85a402858da473c3d4fa2b5d3b (diff) | |
download | freebsd-ports-gnome-838f2d4ea33c79416b30ed81f80f2c943ffa3ad6.tar.gz freebsd-ports-gnome-838f2d4ea33c79416b30ed81f80f2c943ffa3ad6.tar.zst freebsd-ports-gnome-838f2d4ea33c79416b30ed81f80f2c943ffa3ad6.zip |
Unbreak. Builds, installs fine on fresh current. Disable the parallel
build, as the only thing, that could've prevented it from properly
installing in the past.
Diffstat (limited to 'devel/tcl-trf')
-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/} |