diff options
Diffstat (limited to 'x11-toolkits/tk85-thread/Makefile')
-rw-r--r-- | x11-toolkits/tk85-thread/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/tk85-thread/Makefile b/x11-toolkits/tk85-thread/Makefile new file mode 100644 index 000000000000..8972a9015aff --- /dev/null +++ b/x11-toolkits/tk85-thread/Makefile @@ -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" |