diff options
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/} |