diff options
author | adam <adam@pkgsrc.org> | 2015-01-31 21:52:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-01-31 21:52:15 +0000 |
commit | abe414b91e34ce62d1d866ffbc84d18222ebc180 (patch) | |
tree | bc853a0c1c21ab7464d343f864484d65e9bf1dbf | |
parent | 42751094fbb2d97e2ea94e511dbd7ef309036b12 (diff) | |
download | pkgsrc-abe414b91e34ce62d1d866ffbc84d18222ebc180.tar.gz |
Fixed CONFIGURE_ARGS
-rw-r--r-- | multimedia/libdvdcss/Makefile | 4 |
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" |