diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-01 09:20:37 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-01 09:20:37 +0000 |
commit | 94445548c665e98727a6d3d12902741a6431d3f3 (patch) | |
tree | f25ab0c4538cc7ae922d1e31fabc3d7360e7c026 /x11-toolkits/tk84/Makefile | |
parent | Install all headers into ${PREFIX}/include/{generic,unix} (diff) |
Install all headers into ${PREFIX}/lib/tk8.0/{generic,unix}.
No longer requires the configured tcl80.
OK'd by: jkh
Notes
Notes:
svn path=/head/; revision=8071
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index c9e50d2bbbe3..6112abacdc75 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.2 1997/08/25 16:40:13 jkh Exp $ +# $Id: Makefile,v 1.3 1997/08/27 05:03:11 asami Exp $ # DISTNAME= tk8.0 @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@Freebsd.ORG LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/lang/tcl80:configure WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes |