diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:33:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:33:03 +0000 |
commit | 8168aa9a39e947767b8ef9e482d1746e9efc920f (patch) | |
tree | 7a49c939afedee55e9f3665f039007b23fe7a70a | |
parent | de6c0406b142a72d398f3f60f41bae6d587f9baf (diff) | |
download | pkgsrc-8168aa9a39e947767b8ef9e482d1746e9efc920f.tar.gz |
Needs pkg-config and msgfmt.
-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 b801071bddf..cb3e960c1dd 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/06/11 14:33:03 joerg 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 +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= YES REPLACE_PERL= extensions/*.pl |