svn commit: r429089 - head/databases/libodbc++

Mathieu Arnold mat at FreeBSD.org
Wed Dec 21 14:56:02 UTC 2016


Author: mat
Date: Wed Dec 21 14:56:00 2016
New Revision: 429089
URL: https://svnweb.freebsd.org/changeset/ports/429089

Log:
  move doxygen into a DOXYGEN option.
  
  Sponsored by:	Absolight

Modified:
  head/databases/libodbc++/Makefile   (contents, props changed)

Modified: head/databases/libodbc++/Makefile
==============================================================================
--- head/databases/libodbc++/Makefile	Wed Dec 21 14:55:57 2016	(r429088)
+++ head/databases/libodbc++/Makefile	Wed Dec 21 14:56:00 2016	(r429089)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libodbc++
 PORTVERSION=	0.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases devel
 MASTER_SITES=	SF/libodbcxx/libodbc%2B%2B/${PORTVERSION}
 
@@ -11,9 +11,9 @@ COMMENT=	C++ class library and toolset f
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	doxygen:devel/doxygen
+OPTIONS_DEFINE=	DOXYGEN
 
-OPTIONS_DEFINE=	DOCS
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
 
 USES=		gmake libtool ncurses pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libodbc.so:databases/unixOD
 CONFIGURE_ARGS+=	--with-odbc=${LOCALBASE}
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
-PORTDOCS=	progref
+DOXYGEN_PORTDOCS=	progref
 
 post-extract:
 	${RM} ${WRKSRC}/doc/progref/progref-stamp


More information about the svn-ports-head mailing list