diff options
author | hira <hira@pkgsrc.org> | 2006-07-11 10:21:16 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-07-11 10:21:16 +0000 |
commit | acb67399448a8f0bb8ddd2935bea2258a9213ea4 (patch) | |
tree | 5ecfc07db76094db52007838b3f63dbfe75b3d44 /graphics | |
parent | 29143945f011b46dfda8ec619a2a5ef0fb9b5597 (diff) | |
download | pkgsrc-acb67399448a8f0bb8ddd2935bea2258a9213ea4.tar.gz |
Add missing perl to USE_TOOLS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sodipodi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index cb3e960c1dd..cac48d7fa86 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/06/11 14:33:03 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2006/07/11 10:21:16 hira Exp $ # DISTNAME= sodipodi-0.34 @@ -13,7 +13,7 @@ COMMENT= Open source vector graphics drawing program using SVG as native format GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= YES REPLACE_PERL= extensions/*.pl |