diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-13 12:59:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-13 12:59:26 +0000 |
commit | 8331f65e711ea0c7d6131a2a88ffbf6f27c1444c (patch) | |
tree | 9fe6b7e452144a9d1d5cf406ec829e2b0c8c7e22 /multimedia | |
parent | b44fa1db9064f47abd0d2d386572b9905b46fe9d (diff) | |
download | pkgsrc-8331f65e711ea0c7d6131a2a88ffbf6f27c1444c.tar.gz |
Uses C++.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/dvdview/Makefile b/multimedia/dvdview/Makefile index 5ffe7a38c7e..e7192d911ba 100644 --- a/multimedia/dvdview/Makefile +++ b/multimedia/dvdview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/05/13 13:22:49 joerg Exp $ DISTNAME= dvdview-1.2.2 PKGREVISION= 4 @@ -10,6 +10,7 @@ HOMEPAGE= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/ COMMENT= Software only MPEG-1/2 video decoder GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" |