Date: Wed, 21 Dec 2016 14:56:00 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429089 - head/databases/libodbc++ Message-ID: <201612211456.uBLEu042002648@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211456.uBLEu042002648>