diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-27 12:05:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-27 12:05:58 +0000 |
commit | 0aeb7e2c3dfeeb828ea483601893c7b58d6c5afd (patch) | |
tree | 87d3ff9e4c258aed77c4a2249212ebd36a8588ee | |
parent | d87e0f02511a903d92d191581b2c3552bd051f32 (diff) | |
download | pkgsrc-0aeb7e2c3dfeeb828ea483601893c7b58d6c5afd.tar.gz |
Needs msgfmt.
-rw-r--r-- | multimedia/avidemux/Makefile | 4 | ||||
-rw-r--r-- | x11/alacarte/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index 473a3b63db7..0c47e0b3681 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/12/08 22:06:28 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2006/12/27 12:15:31 joerg Exp $ # DISTNAME= avidemux_2.3.0 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake perl pkg-config msgfmt CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" LIBS+= ${LIBOSSAUDIO} diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile index 948ad5f6bba..f1ecccdc688 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/15 19:57:42 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/27 12:05:58 joerg Exp $ # DISTNAME= alacarte-0.10.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.realistanew.com/projects/alacarte/ COMMENT= Menu editor for the GNOME desktop GNU_CONFIGURE= yes -USE_TOOLS+= intltool perl pkg-config gmake +USE_TOOLS+= intltool perl pkg-config gmake msgfmt PYTHON_VERSIONS_ACCEPTED= 24 PY_PATCHPLIST= yes |