diff options
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/tk84-thread/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index ef8c9f6..fcd5338 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -232,6 +232,7 @@ SUBDIR += tk82 SUBDIR += tk83 SUBDIR += tk84 + SUBDIR += tk84-thread SUBDIR += tk85 SUBDIR += tkdnd SUBDIR += tkshape diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile new file mode 100644 index 0000000..004110d --- /dev/null +++ b/x11-toolkits/tk84-thread/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: tk84-thread +# Date created: 09 March 2007 +# Whom: Martin Matuska <martin@matuska.org> +# +# $FreeBSD$ +# + +WITH_THREADS= yes + +MASTERDIR= ${.CURDIR}/../tk84 + +.include "${MASTERDIR}/Makefile" |