aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 08:46:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 08:46:43 +0000
commita89134f0e2614ca9f33c453a93b34071e6041dfb (patch)
treedfded48dd773226004116c902f69c114a321d464
parent334230a14bdcb36181cd696086ac8ea5f7db4a23 (diff)
downloadports-a89134f0e2614ca9f33c453a93b34071e6041dfb.tar.gz
ports-a89134f0e2614ca9f33c453a93b34071e6041dfb.zip
Notes
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/tk85-thread/Makefile12
-rw-r--r--x11-toolkits/tk86-thread/Makefile12
3 files changed, 25 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index fcd5338acb2e..39fcfd17a893 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -234,6 +234,7 @@
SUBDIR += tk84
SUBDIR += tk84-thread
SUBDIR += tk85
+ SUBDIR += tk85-thread
SUBDIR += tkdnd
SUBDIR += tkshape
SUBDIR += tkstep80
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"
diff --git a/x11-toolkits/tk86-thread/Makefile b/x11-toolkits/tk86-thread/Makefile
new file mode 100644
index 000000000000..8972a9015aff
--- /dev/null
+++ b/x11-toolkits/tk86-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"