diff options
author | wiz <wiz> | 2006-07-12 15:19:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-12 15:19:17 +0000 |
commit | c6ffed8bd5d52c8710b8a9629db90b22ca71077c (patch) | |
tree | ba0f108554b7fa8b98f16663a5a63ecca468fbfc /devel/atk | |
parent | 72916f5a14094f81e3f0813a8ef9f36cd28379f8 (diff) | |
download | pkgsrc-c6ffed8bd5d52c8710b8a9629db90b22ca71077c.tar.gz |
Does not really need perl, just checks for it.
Diffstat (limited to 'devel/atk')
-rw-r--r-- | devel/atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 2c94a81249d..f71a38cb747 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/07/12 13:47:10 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2006/07/12 15:19:17 wiz Exp $ # DISTNAME= atk-1.12.1 @@ -12,7 +12,7 @@ COMMENT= Set of interfaces for accessibility PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake pkg-config msgfmt perl +USE_TOOLS+= gmake pkg-config msgfmt GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |