svn commit: r562120 - head/multimedia/libdvdcss

Dima Panov fluffy at FreeBSD.org
Wed Jan 20 08:48:34 UTC 2021


Author: fluffy
Date: Wed Jan 20 08:48:31 2021
New Revision: 562120
URL: https://svnweb.freebsd.org/changeset/ports/562120

Log:
  multimedia/libdvdcss: unbreak wit recent doxygen
  
  With hat:	ports-secteam
  PR:		252848
  Suggested by:	VVD in PR 252321
  MFH:		2021Q1

Modified:
  head/multimedia/libdvdcss/Makefile

Modified: head/multimedia/libdvdcss/Makefile
==============================================================================
--- head/multimedia/libdvdcss/Makefile	Wed Jan 20 08:32:20 2021	(r562119)
+++ head/multimedia/libdvdcss/Makefile	Wed Jan 20 08:48:31 2021	(r562120)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libdvdcss
 DISTVERSION=	1.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	https://download.videolan.org/pub/${PORTNAME}/${DISTVERSION}/
 
@@ -26,6 +26,8 @@ PORTDOCS=	*
 OPTIONS_DEFINE=	DOXYGEN DOCS
 
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_CONFIGURE_ENABLE=	doc
+DOXYGEN_USES=		gmake
 
 post-install-DOXYGEN-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list