diff options
author | agc <agc> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-19 15:40:45 +0000 |
commit | bb673b910abe94857f50a7b091c31d07297f26b9 (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /x11/tkinfo | |
parent | 13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff) | |
download | pkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'x11/tkinfo')
-rw-r--r-- | x11/tkinfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile index d5f305a120a..6688d67cad8 100644 --- a/x11/tkinfo/Makefile +++ b/x11/tkinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/10/15 19:51:08 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/19 15:40:47 agc Exp $ # FreeBSD Id: Makefile,v 1.15 1997/12/16 09:26:12 tg Exp # @@ -10,7 +10,7 @@ MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://math-www.uni-paderborn.de/~axel/tkinfo/ -RUN_DEPENDS= wish8.0:../../x11/tk80 +DEPENDS= tk-8.0p2:../../x11/tk80 NO_BUILD= yes @@ -18,7 +18,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin post-patch: - ( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|'${PREFIX}'|g' \ + ( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|${PREFIX}|g' \ <tkinfo >tkinfo.BAK ; ${MV} tkinfo.BAK tkinfo ) .include "../../mk/bsd.pkg.mk" |