mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 1.2.13
PR: 33357 Submitted by: maintainer
This commit is contained in:
parent
70d32dba4e
commit
63e7c225a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52602
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= doxygen
|
||||
PORTVERSION= 1.2.12
|
||||
PORTVERSION= 1.2.13
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
|
||||
EXTRACT_SUFX= .src.tar.gz
|
||||
@ -29,6 +29,14 @@ QT_NONSTANDARD= yes # non-standard configure arguments
|
||||
CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
|
||||
--with-doxywizard
|
||||
|
||||
# As of 1.2.13 the configure script bogusly checks for GNU options
|
||||
# in install so we need to override it's sillyness here.
|
||||
CONFIGURE_ARGS+=--install ${INSTALL}
|
||||
|
||||
# XXX bsd.kde.mk fails to set QTDIR for QT_VER 2
|
||||
QTDIR?= ${X11BASE}
|
||||
CONFIGURE_ENV+= QTDIR="${QTDIR}"
|
||||
|
||||
.ifndef NOPORTDOCS
|
||||
ALL_TARGET= all docs
|
||||
.ifdef HAVE_LATEX
|
||||
|
@ -1 +1 @@
|
||||
MD5 (doxygen-1.2.12.src.tar.gz) = 9ff2cb730cd8ff50a3e5b74707dceda8
|
||||
MD5 (doxygen-1.2.13.src.tar.gz) = 242eaf234f410cbc832d442db9862066
|
||||
|
Loading…
Reference in New Issue
Block a user