diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-07 17:21:09 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-07 17:21:09 +0000 |
commit | e2c4004dd5191bb46c11a76a2162296ad6eb22ef (patch) | |
tree | 209549ac15b6e33cf8daf8a4e80354bccbe53a9c /x11/xlt | |
parent | e7bb26d2b31874c02b34e47b19b882e2ee4bc6ef (diff) | |
download | pkgsrc-e2c4004dd5191bb46c11a76a2162296ad6eb22ef.tar.gz |
don't depend on libXp directly, leave this to the motif bl3 framework
Diffstat (limited to 'x11/xlt')
-rw-r--r-- | x11/xlt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xlt/Makefile b/x11/xlt/Makefile index f81722a66c4..45a9e04978e 100644 --- a/x11/xlt/Makefile +++ b/x11/xlt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/08/30 20:51:07 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/07 17:21:09 drochner Exp $ # DISTNAME= Xlt-13.0.13 @@ -23,7 +23,6 @@ USE_TOOLS+= pkg-config .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" |