diff options
author | markd <markd@pkgsrc.org> | 2008-06-04 07:33:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-06-04 07:33:52 +0000 |
commit | 376718132027fd6ad78b7bdbcfb094352ea273d9 (patch) | |
tree | b2344a4bb6bf3c7cc8ef74f3d9397c6ac6372fbd /multimedia/avidemux | |
parent | cfdfe92a589378a158cc66604aa2d326821fe50f (diff) | |
download | pkgsrc-376718132027fd6ad78b7bdbcfb094352ea273d9.tar.gz |
Explicitly disable arts support so that it doesn't find and try to use
it if its installed.
Diffstat (limited to 'multimedia/avidemux')
-rw-r--r-- | multimedia/avidemux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index aad8dff49b9..85c155def42 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/05/25 21:23:26 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2008/06/04 07:33:52 markd Exp $ # DISTNAME= avidemux_2.4.1 @@ -20,6 +20,8 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt pkg-config USE_CMAKE= yes +CMAKE_ARGS+= -DNO_ARTS=1 + LIBS+= ${LIBOSSAUDIO} SUBST_CLASSES= audio |