summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authoradam <adam>2015-01-31 21:52:15 +0000
committeradam <adam>2015-01-31 21:52:15 +0000
commit3053924ea9c316ea8b631a0325ad61cff50cc318 (patch)
treebc853a0c1c21ab7464d343f864484d65e9bf1dbf /multimedia
parent561a4a601a1721362f337158c6eacfc5a599537e (diff)
downloadpkgsrc-3053924ea9c316ea8b631a0325ad61cff50cc318.tar.gz
Fixed CONFIGURE_ARGS
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdvdcss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index 85493aa53ce..e37c49c19bd 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/01/31 21:24:11 adam Exp $
+# $NetBSD: Makefile,v 1.31 2015/01/31 21:52:15 adam Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
@@ -26,8 +26,8 @@ PKGCONFIG_OVERRIDE= src/libdvdcss.pc.in
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-doc
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=
-CONFIGURE_ARGS+= --disable-apidoc
.include "../../mk/bsd.prefs.mk"