Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2015 09:10:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395408 - head/devel/doxygen
Message-ID:  <201508270910.t7R9ABgT051114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 27 09:10:11 2015
New Revision: 395408
URL: https://svnweb.freebsd.org/changeset/ports/395408

Log:
  - Pet portlint, switch to options helpers
  
  PR:		202539
  Submitted by:	cyberbotx@cyberbotx.com (maintainer)

Modified:
  head/devel/doxygen/Makefile

Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile	Thu Aug 27 09:09:19 2015	(r395407)
+++ head/devel/doxygen/Makefile	Thu Aug 27 09:10:11 2015	(r395408)
@@ -3,8 +3,8 @@
 
 PORTNAME=	doxygen
 PORTVERSION=	1.8.10
-PORTEPOCH=	2
 PORTREVISION=	2
+PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \
 		http://ftp.stack.nl/pub/users/dimitri/
@@ -49,13 +49,10 @@ DOCS_PLIST_FILES=	man/man1/doxygen.1.gz 
 			man/man1/doxyindexer.1.gz \
 			man/man1/doxysearch.1.gz \
 			man/man1/doxywizard.1.gz
+DOCS_IMPLIES=		LATEX
 PORTDOCS=		*
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS} && empty(PORT_OPTIONS:MLATEX)
-IGNORE=		cannot build Doxygen's PDF docs without option LATEX enabled
-.endif
+.include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000033
 BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
@@ -66,4 +63,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/PERL_PATH/ s|${perl_OLD_CMD}|${perl_CMD}|' \
 		${WRKSRC}/src/config.xml
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508270910.t7R9ABgT051114>