aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcl-trf
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-04-05 03:06:47 +0800
committermi <mi@FreeBSD.org>2004-04-05 03:06:47 +0800
commit0d872927a7bb84462f6afd74c1a39fc8a40cc539 (patch)
treed2085a025f4902e1495f4b0b7891f90c730558c8 /devel/tcl-trf
parentb011f559decc458d1c4a18c5e6b39f23a44ea091 (diff)
downloadfreebsd-ports-gnome-0d872927a7bb84462f6afd74c1a39fc8a40cc539.tar.gz
freebsd-ports-gnome-0d872927a7bb84462f6afd74c1a39fc8a40cc539.tar.zst
freebsd-ports-gnome-0d872927a7bb84462f6afd74c1a39fc8a40cc539.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/Makefile6
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/}