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 | a2377d7029b01bb97265a77e28293bcd2b554351 (patch) | |
tree | 4f726ae206a02bdb6e505bf1552000467161fdc1 /converters/libwpg | |
parent | a433a5fdb7f23937bcfa690a61027eaf73e8f383 (diff) | |
download | pkgsrc-a2377d7029b01bb97265a77e28293bcd2b554351.tar.gz |
Add perl to tools for included perl script.
Diffstat (limited to 'converters/libwpg')
-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 |