diff options
author | magick <magick@pkgsrc.org> | 2004-03-12 20:38:59 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2004-03-12 20:38:59 +0000 |
commit | 2068210b76dbaaf8822f6d67f6014cb4eacccd17 (patch) | |
tree | 96552a08d505ef88f0d6f6cdc82d93f6cc61c26a /misc/nxtvepg | |
parent | c8fe603f1585e9fc92e39a0fab26682da19954ee (diff) | |
download | pkgsrc-2068210b76dbaaf8822f6d67f6014cb4eacccd17.tar.gz |
Forgot the tk buildlink
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r-- | misc/nxtvepg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index f69628480e8..dc3498173da 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/03/12 20:32:55 magick Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/12 20:38:59 magick Exp $ DISTNAME= nxtvepg-2.6.0 PKGREVISION= 1 @@ -36,5 +36,5 @@ pre-configure: # cd ${WRKSRC}; \ # ${GMAKE} depend -.include "../../x11/tk83/buildlink2.mk" +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |