diff options
author | hira <hira@pkgsrc.org> | 2006-05-09 02:38:44 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-05-09 02:38:44 +0000 |
commit | c6c7290de1a12f9540c4efcab3fdd92e4c13e9eb (patch) | |
tree | 100f0169be0549933205c4f37070d0e406d582c0 /multimedia/mpeg4ip | |
parent | 92f74643e51b90feaef61fdd9bd941481ceef38c (diff) | |
download | pkgsrc-c6c7290de1a12f9540c4efcab3fdd92e4c13e9eb.tar.gz |
Add missing USE_LANGUAGES. Reported and fix tested by smb@.
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index ff7a90cbcc1..1dc8bfe35ce 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/28 10:02:41 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/05/09 02:38:44 hira Exp $ # DISTNAME= mpeg4ip-1.4.1 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mpeg4ip.sourceforge.net/ COMMENT= Tools for streaming video and audio +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |