diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /x11-toolkits/p5-Tk | |
parent | LIB_DEPENDS on Xpm. (diff) |
A few more USE_XLIBs.
Notes
Notes:
svn path=/head/; revision=14938
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 384affa5c17c..7f20c35879af 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.21 1998/10/15 14:28:09 jseger Exp $ +# $Id: Makefile,v 1.22 1998/10/25 09:06:49 markm Exp $ # DISTNAME= Tk800.008 @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= Tk MAINTAINER= jfitz@FreeBSD.ORG +USE_XLIB= YES USE_PERL5= YES MAN1= ptked.1 ptksh.1 widget.1 |