diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-20 13:26:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-20 13:26:12 +0000 |
commit | b3a2853fff3bfe87488d20dba0294b2a08d308d5 (patch) | |
tree | c56fe45e744cd27b87eabc5f9a6d7ef434104991 /devel/libstroke | |
parent | 7b2d6b6f66e4150f36368a9253b9a1e5a4223c22 (diff) | |
download | pkgsrc-b3a2853fff3bfe87488d20dba0294b2a08d308d5.tar.gz |
Modular Xorg support. As this package needs libX11 only for the test
program, make it a build dependency and bump revision.
Diffstat (limited to 'devel/libstroke')
-rw-r--r-- | devel/libstroke/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index bd51d177ae5..d230c5555d2 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/07/19 19:14:38 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2007/01/20 13:26:12 joerg Exp $ # DISTNAME= libstroke-0.5.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.etla.net/libstroke/ @@ -18,6 +18,8 @@ USE_TOOLS+= gmake CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no +BUILDLINK_DEPMETHOD.libX11?= build + .include "../../lang/tcl/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |