diff options
author | wiz <wiz> | 2005-02-28 16:07:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-28 16:07:41 +0000 |
commit | 8cfacd3ad775f9800b74c703d06c1f35d5a217e1 (patch) | |
tree | 7b870c3d3a8e75b29d38fea91a25e3c65ffc614d /x11/devilspie | |
parent | 93c0bf38be13ba7a6f92e9d0b7d730c862612f6a (diff) | |
download | pkgsrc-8cfacd3ad775f9800b74c703d06c1f35d5a217e1.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 |