diff options
Diffstat (limited to 'multimedia/libdvdcss/Makefile')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index cfe70edadc7..75a4ec90c8a 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2008/06/21 13:09:09 dsainty Exp $ +# $NetBSD: Makefile,v 1.19 2008/09/06 14:37:05 wiz 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 # for this software or submit any PRs telling us the contents of the # HOMEPAGE or MASTER_SITES definitions in this Makefile. -DISTNAME= libdvdcss-1.2.9 +DISTNAME= libdvdcss-1.2.10 CATEGORIES= multimedia MASTER_SITES= ${LIBDVDCSS_MASTER_SITES}/${DISTNAME:S/libdvdcss-//}/ EXTRACT_SUFX= .tar.bz2 @@ -15,6 +15,7 @@ HOMEPAGE= ${LIBDVDCSS_HOMEPAGE} COMMENT= Simple library designed for accessing DVDs PKG_DESTDIR_SUPPORT= user-destdir +PKGCONFIG_OVERRIDE= libdvdcss.pc.in RESTRICTED= Legal problems due to CSS code @@ -26,6 +27,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_TOOLS+= gmake CONFIGURE_ENV+= ac_cv_path_DOXYGEN=no CONFIGURE_ENV+= ac_cv_path_LATEX=no |