diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-30 09:08:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-30 09:08:25 +0000 |
commit | 7009bc70a6ef23f911bf61f3c44d6ffcfad7f8fd (patch) | |
tree | 4f726ae206a02bdb6e505bf1552000467161fdc1 /converters | |
parent | dc56d1a054078e0608d5a64849590b6b5c6a5d16 (diff) | |
download | pkgsrc-7009bc70a6ef23f911bf61f3c44d6ffcfad7f8fd.tar.gz |
Add perl to tools for included perl script.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libwpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libwpg/Makefile b/converters/libwpg/Makefile index 126bbb5c525..8e7ee5c0bb8 100644 --- a/converters/libwpg/Makefile +++ b/converters/libwpg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/11/25 10:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/11/30 09:08:25 wiz Exp $ DISTNAME= libwpg-0.2.0 CATEGORIES= converters graphics @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= perl pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-docs PKGCONFIG_OVERRIDE+= libwpg-0.2.pc.in |