Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 21:11:24 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552704 - head/devel/avr-libc
Message-ID:  <202010182111.09ILBOfN012508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Sun Oct 18 21:11:24 2020
New Revision: 552704
URL: https://svnweb.freebsd.org/changeset/ports/552704

Log:
  Replace print/transfig by print/fig2dev
  
  Requested by:	pi

Modified:
  head/devel/avr-libc/Makefile

Modified: head/devel/avr-libc/Makefile
==============================================================================
--- head/devel/avr-libc/Makefile	Sun Oct 18 20:26:29 2020	(r552703)
+++ head/devel/avr-libc/Makefile	Sun Oct 18 21:11:24 2020	(r552704)
@@ -3,7 +3,7 @@
 
 PORTNAME=	avr-libc
 PORTVERSION=	2.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	SAVANNAH
@@ -32,7 +32,7 @@ OPTIONS_DEFINE=	DOXYGEN
 .if ${PORT_OPTIONS:MDOXYGEN}
 USE_TEX=	latex:build
 BUILD_DEPENDS+=	doxygen:devel/doxygen \
-		fig2dev:print/transfig \
+		fig2dev:print/fig2dev \
 		jpegtopnm:graphics/netpbm \
 		dvips:print/tex-dvipsk
 .endif



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