diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-28 16:07:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-28 16:07:41 +0000 |
commit | bad66fca9169f0bbbe7f293f013d1842a4b24e33 (patch) | |
tree | 7b870c3d3a8e75b29d38fea91a25e3c65ffc614d /x11/devilspie | |
parent | c74ccf768ed71f308881829557b7c3cb71638d74 (diff) | |
download | pkgsrc-bad66fca9169f0bbbe7f293f013d1842a4b24e33.tar.gz |
Add BUILD_DEPENDS on libxslt, for the documentation.
Diffstat (limited to 'x11/devilspie')
-rw-r--r-- | x11/devilspie/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index a889edbc5e7..cbc2e162318 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/02/28 09:16:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/28 16:07:41 wiz Exp $ DISTNAME= devilspie-0.8 CATEGORIES= x11 @@ -8,6 +8,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie/ COMMENT= Window-matching utility to customize window behavior +BUILD_DEPENDS+= libxslt>=1.0:../../textproc/libxslt + GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES |