diff options
author | obache <obache@pkgsrc.org> | 2008-05-11 07:18:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-11 07:18:58 +0000 |
commit | e2e54bca24d4483b8c45edd5bbd8c2ab8c4a8f0a (patch) | |
tree | 3540744f1fb4fb973ae3415919b29f078d232b85 /x11/kterm | |
parent | d17e456a387bd4c9bdd561f5d729f1bbe8fecdff (diff) | |
download | pkgsrc-e2e54bca24d4483b8c45edd5bbd8c2ab8c4a8f0a.tar.gz |
Not depend libXp directly.
Diffstat (limited to 'x11/kterm')
-rw-r--r-- | x11/kterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 822a43082ed..a3ee656f46d 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/06/15 14:29:41 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2008/05/11 07:18:58 obache Exp $ DISTNAME= kterm-6.2.0 PKGREVISION= 10 @@ -40,6 +40,5 @@ post-patch: @${PATCH} ${PATCH_ARGS} < ${FILESDIR:Q}/patch-xaw3d .endif -.include "../../x11/libXp/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |