diff options
-rw-r--r-- | graphics/mpgtx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile index 337e2e117d8..74bf33203d3 100644 --- a/graphics/mpgtx/Makefile +++ b/graphics/mpgtx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/02 08:23:01 tron Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/02 13:44:55 joerg Exp $ # DISTNAME= mpgtx-1.3.1 @@ -12,7 +12,7 @@ COMMENT= Split and join MPEG files in various ways HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \ --manprefix=${PREFIX:Q} -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ BUILD_TARGET= mpgtx PLINKS= mpgjoin mpgcat mpgsplit mpginfo mpgdemux tagmp3 |