diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 21:25:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 21:25:39 +0800 |
commit | 58107472cfb274f63fc00afd4318464b8a1afdcc (patch) | |
tree | 5c81727b11b7d56d455638630356cd56f64f273d /lang | |
parent | ee0d010047daf7295c674a651679fd7e6d6a6297 (diff) | |
download | freebsd-ports-graphics-58107472cfb274f63fc00afd4318464b8a1afdcc.tar.gz freebsd-ports-graphics-58107472cfb274f63fc00afd4318464b8a1afdcc.tar.zst freebsd-ports-graphics-58107472cfb274f63fc00afd4318464b8a1afdcc.zip |
- Remove lang/xotcl-thread port is obsolete. threading is default enabled
PR: 110611
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/xotcl-thread/Makefile | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/lang/Makefile b/lang/Makefile index c4bde194946..6e0e9f9d313 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -330,7 +330,6 @@ SUBDIR += xds SUBDIR += xds-c SUBDIR += xotcl - SUBDIR += xotcl-thread SUBDIR += xsb SUBDIR += yabasic SUBDIR += yarv diff --git a/lang/xotcl-thread/Makefile b/lang/xotcl-thread/Makefile deleted file mode 100644 index 51467b14978..00000000000 --- a/lang/xotcl-thread/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# New ports collection makefile for: xotcl-thread -# Date created: 28 February 2007 -# Whom: Martin Matuska <martin@matuska.org> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -thread - -WITH_THREADS= yes - -MASTERDIR= ${.CURDIR}/../xotcl - -.include "${MASTERDIR}/Makefile" |