diff options
author | petef <petef@FreeBSD.org> | 2001-11-25 16:47:25 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-25 16:47:25 +0800 |
commit | 6f03bd1d8f9d0a55a7daab331442d42d13670e8c (patch) | |
tree | bf17c1ca0e7e5cf31309929790c881484b8c08bd | |
parent | fba8ce56b9d5aae4db7fc9f8cc6140c3a8d14884 (diff) | |
download | freebsd-ports-gnome-6f03bd1d8f9d0a55a7daab331442d42d13670e8c.tar.gz freebsd-ports-gnome-6f03bd1d8f9d0a55a7daab331442d42d13670e8c.tar.zst freebsd-ports-gnome-6f03bd1d8f9d0a55a7daab331442d42d13670e8c.zip |
- update to 1.2.12
- set depends appropriately if HAVE_LATEX is defined
PR: 32091
Submitted by: maintainer
-rw-r--r-- | devel/doxygen/Makefile | 8 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 2 | ||||
-rw-r--r-- | devel/doxygen/pkg-plist | 12 |
3 files changed, 13 insertions, 9 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index aa83f29d9e0a..efd0f33cfd36 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -6,7 +6,7 @@ # PORTNAME= doxygen -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.12 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ EXTRACT_SUFX= .src.tar.gz @@ -15,13 +15,17 @@ MAINTAINER= bsdport@ddm.wox.org .ifndef NOPORTDOCS BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +.ifdef HAVE_LATEX +BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \ + dvipdfm:${PORTSDIR}/print/dvipdfm +.endif .endif USE_QT_VER= 2 USE_PERL5= yes HAS_CONFIGURE= yes USE_GMAKE= yes -QT_NONSTANDARD= yes # non-standard configure arguements +QT_NONSTANDARD= yes # non-standard configure arguments CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \ --with-doxywizard diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index fc681ab7104a..495b38a26850 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1 +1 @@ -MD5 (doxygen-1.2.11.src.tar.gz) = a913f6bd9771eb89682e968933369776 +MD5 (doxygen-1.2.12.src.tar.gz) = 9ff2cb730cd8ff50a3e5b74707dceda8 diff --git a/devel/doxygen/pkg-plist b/devel/doxygen/pkg-plist index 90e934f4dad4..c7d7234b9ad0 100644 --- a/devel/doxygen/pkg-plist +++ b/devel/doxygen/pkg-plist @@ -320,12 +320,12 @@ bin/doxywizard %%PORTDOCS%%share/doc/doxygen/html/external.html %%PORTDOCS%%share/doc/doxygen/html/faq.html %%PORTDOCS%%share/doc/doxygen/html/features.html -%%PORTDOCS%%share/doc/doxygen/html/form-0.gif -%%PORTDOCS%%share/doc/doxygen/html/form-1.gif -%%PORTDOCS%%share/doc/doxygen/html/form-2.gif -%%PORTDOCS%%share/doc/doxygen/html/form-3.gif -%%PORTDOCS%%share/doc/doxygen/html/form-4.gif -%%PORTDOCS%%share/doc/doxygen/html/form-5.gif +%%PORTDOCS%%share/doc/doxygen/html/form_0.gif +%%PORTDOCS%%share/doc/doxygen/html/form_1.gif +%%PORTDOCS%%share/doc/doxygen/html/form_2.gif +%%PORTDOCS%%share/doc/doxygen/html/form_3.gif +%%PORTDOCS%%share/doc/doxygen/html/form_4.gif +%%PORTDOCS%%share/doc/doxygen/html/form_5.gif %%PORTDOCS%%share/doc/doxygen/html/formula.repository %%PORTDOCS%%share/doc/doxygen/html/formulas.html %%PORTDOCS%%share/doc/doxygen/html/grouping.html |