diff options
author | markd <markd> | 2008-06-04 07:33:52 +0000 |
---|---|---|
committer | markd <markd> | 2008-06-04 07:33:52 +0000 |
commit | c5f2bc6e017101f428308ab18fe94319a6b6a2a1 (patch) | |
tree | b2344a4bb6bf3c7cc8ef74f3d9397c6ac6372fbd /multimedia | |
parent | 514144363d903e3742823041932f4d5f0fe57ceb (diff) | |
download | pkgsrc-c5f2bc6e017101f428308ab18fe94319a6b6a2a1.tar.gz |
Explicitly disable arts support so that it doesn't find and try to use
it if its installed.
Diffstat (limited to 'multimedia')
-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 |