diff options
author | abs <abs@pkgsrc.org> | 2006-07-07 17:00:27 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-07-07 17:00:27 +0000 |
commit | bb8b5fb214b73fe19d14ad77dc4b71ba9df98eda (patch) | |
tree | 98ecd629aeab6c97bb88476a418255b9f79bfc4d /devel | |
parent | bebe6e79f76876aa8c97a6c76e479afe53438d55 (diff) | |
download | pkgsrc-bb8b5fb214b73fe19d14ad77dc4b71ba9df98eda.tar.gz |
USE_TOOLS+=perl <sigh>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index ffbc9cf0954..03502f9cdf6 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2006/06/26 17:11:39 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2006/07/07 17:00:27 abs Exp $ DISTNAME= bonobo-1.0.22 PKGREVISION= 2 @@ -18,7 +18,7 @@ BROKEN_GETTEXT_DETECTION= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11BASE= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt perl GNU_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q} CONFIGURE_ENV+= X11BASE=${X11BASE:Q} |