diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-03 08:32:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-03 08:32:19 +0000 |
commit | 893a9718d3ebe8e203c462cee00320aa511c58f4 (patch) | |
tree | d5e35a3a3ad05e4ea8d562466968cd4389063466 | |
parent | 595addc9c5922d9c9fbb907f9653d0376534e4b0 (diff) | |
download | ports-893a9718d3ebe8e203c462cee00320aa511c58f4.tar.gz ports-893a9718d3ebe8e203c462cee00320aa511c58f4.zip |
Notes
-rw-r--r-- | x11-toolkits/tk84/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index db33cc966b00..9aaa7c39e6f5 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -40,7 +40,7 @@ MANCOMPRESSED= no .ifdef (WITH_THREADS) CONFIGURE_ARGS+= --enable-threads -PKGNAMESUFFIX?= -threads +PKGNAMESUFFIX?= -threads .endif MAN1= wish.1 |