- Add tk85-thread as slave port.

PR:		ports/110134
Submitted by:	Martin Matuska <martin at matuska.org>
This commit is contained in:
Martin Wilke 2007-03-13 08:46:43 +00:00
parent 334230a14b
commit a89134f0e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187258
3 changed files with 25 additions and 0 deletions

View file

@ -234,6 +234,7 @@
SUBDIR += tk84
SUBDIR += tk84-thread
SUBDIR += tk85
SUBDIR += tk85-thread
SUBDIR += tkdnd
SUBDIR += tkshape
SUBDIR += tkstep80

View file

@ -0,0 +1,12 @@
# New ports collection makefile for: tk85-thread
# Date created: 09 March 2007
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
WITH_THREADS= yes
MASTERDIR= ${.CURDIR}/../tk85
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,12 @@
# New ports collection makefile for: tk85-thread
# Date created: 09 March 2007
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
WITH_THREADS= yes
MASTERDIR= ${.CURDIR}/../tk85
.include "${MASTERDIR}/Makefile"