diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 08:34:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 08:34:04 +0000 |
commit | f34fe624005159042a5862476254aa965328b95a (patch) | |
tree | 41d4761208bea8fb78776c32dba76b7cab6f50e6 /x11-fm | |
parent | Make this compile with tcl75 in /usr/lib. Make sure it won't accidentally (diff) |
Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=4004
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/tkdesk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile index abca950f9162..ab1870eecb71 100644 --- a/x11-fm/tkdesk/Makefile +++ b/x11-fm/tkdesk/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/02 19:57:31 chuckr Exp $ # DISTNAME= tkdesk-1.0b2 @@ -16,8 +16,7 @@ MAINTAINER= shanee@rabbit.augusta.de EXTRACT_ONLY= tkdesk-1.0b2.tar.gz -LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \ - tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 post-extract: cd ${WRKDIR}/tkdesk-1.0b2/tcldesk/;tar -xzf $(DISTDIR)/sounds.tar.gz |