summaryrefslogtreecommitdiff
path: root/x11/libxkbui/Makefile
diff options
context:
space:
mode:
authorbjs <bjs>2007-11-23 14:34:33 +0000
committerbjs <bjs>2007-11-23 14:34:33 +0000
commit2d97095bad3d159dcb4d87e62c325450125b1dc0 (patch)
tree9bf84a494b2912e7a771467a2ccbf43c2c3e6f00 /x11/libxkbui/Makefile
parente7ed3ef92610b3e7a17597c497e340efbce16611 (diff)
downloadpkgsrc-2d97095bad3d159dcb4d87e62c325450125b1dc0.tar.gz
libxkbui does not depend on libXt (as per Matthieu Herrb). Thus,
remove this depedency from Makefile, b3.mk, configure scripts, and xkbui.pc.in. Bump Rev.
Diffstat (limited to 'x11/libxkbui/Makefile')
-rw-r--r--x11/libxkbui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxkbui/Makefile b/x11/libxkbui/Makefile
index 559e2cee9e1..3ddfd473868 100644
--- a/x11/libxkbui/Makefile
+++ b/x11/libxkbui/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 19:45:03 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/11/23 14:34:33 bjs Exp $
#
DISTNAME= libxkbui-1.0.2
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +19,6 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"