diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-13 16:44:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-13 16:44:37 +0800 |
commit | 4f48809650b5fbb787fedd91f68f14b34478a929 (patch) | |
tree | f7168ba55aa2740e4fb6d7b393651cc5ba67bbe9 /x11-toolkits | |
parent | ef7e05590cc0b7bc177581c768a449ba0a2ae4f0 (diff) | |
download | freebsd-ports-gnome-4f48809650b5fbb787fedd91f68f14b34478a929.tar.gz freebsd-ports-gnome-4f48809650b5fbb787fedd91f68f14b34478a929.tar.zst freebsd-ports-gnome-4f48809650b5fbb787fedd91f68f14b34478a929.zip |
- Add tk84-threads as slave port.
PR: ports/110133
Submitted by: Martin Matuska <martin at matuska.org>
Diffstat (limited to 'x11-toolkits')
-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 ef8c9f67709d..fcd5338acb2e 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 000000000000..004110d6a9c7 --- /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" |