diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 16:16:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 16:16:38 +0000 |
commit | d3b96e01fe94124b4150a92f24b25c7e774186c8 (patch) | |
tree | 5e0f2cf7fc2da0eab0c0f262194fe1678208bc01 /net/gtk_wicontrol | |
parent | d8a76e68fddba7ff74f147e7e6fe41c2b9d5efea (diff) | |
download | pkgsrc-d3b96e01fe94124b4150a92f24b25c7e774186c8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'net/gtk_wicontrol')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index 857fcb34c5d..ab208e217c7 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/06/09 06:37:51 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2007/01/08 16:16:38 joerg Exp $ DISTNAME= gtk_wicontrol-0.17 PKGREVISION= 4 @@ -15,6 +15,9 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |