svn commit: r552704 - head/devel/avr-libc

Joerg Wunsch joerg at FreeBSD.org
Sun Oct 18 21:11:25 UTC 2020


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


More information about the svn-ports-all mailing list