diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 18:33:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 18:33:45 +0000 |
commit | 423365243efd4d1e95f4792c361f3099e077e6c9 (patch) | |
tree | 57919893e31b8c6ad7e29c935c76400d9e9c619a | |
parent | 1d9b2d5b980ab8fc305fb0db84feb3414bb025b7 (diff) | |
download | pkgsrc-423365243efd4d1e95f4792c361f3099e077e6c9.tar.gz |
Uses C++ and msgfmt.
-rw-r--r-- | audio/muse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 2bf2262d7d2..fd952442c9c 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/15 18:33:45 joerg Exp $ # DISTNAME= MuSE-0.9 @@ -14,7 +14,8 @@ HOMEPAGE= http://muse.dyne.org/ COMMENT= Multiple Streaming Engine GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake pkg-config msgfmt USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-ncurses |