diff options
author | tron <tron> | 2006-06-02 08:23:01 +0000 |
---|---|---|
committer | tron <tron> | 2006-06-02 08:23:01 +0000 |
commit | 1889b92a4cef7ed2806cbb83f1e005f3c960beef (patch) | |
tree | bcf1ad7952a3a3e06e71fe02c12a8cd255a39def /graphics | |
parent | 7170b936c83120b9f8cd24e0476788ce50f10c5a (diff) | |
download | pkgsrc-1889b92a4cef7ed2806cbb83f1e005f3c960beef.tar.gz |
Add "c++" to "USE_LANGUAGES" to make this build again.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mpgtx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile index 2109e7eedf1..337e2e117d8 100644 --- a/graphics/mpgtx/Makefile +++ b/graphics/mpgtx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:50 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/02 08:23:01 tron Exp $ # DISTNAME= mpgtx-1.3.1 @@ -12,6 +12,8 @@ COMMENT= Split and join MPEG files in various ways HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \ --manprefix=${PREFIX:Q} +USE_LANGUAGES+= c++ + BUILD_TARGET= mpgtx PLINKS= mpgjoin mpgcat mpgsplit mpginfo mpgdemux tagmp3 MLINKS= mpgcat.1 mpgjoin.1 mpginfo.1 mpgsplit.1 mpgdemux.1 |