mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Added png support
PR: 52926 Submitted by: daichi Reviewed by: maho
This commit is contained in:
parent
79f0e4e087
commit
ecbcccf9eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82624
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Toolkit for Conceptual Modeling, create diagrams/tables/trees
|
||||
|
||||
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_MOTIF= yes
|
||||
|
@ -25,7 +27,7 @@ MANPREFIX= ${PREFIX}/tcm
|
|||
MAN1= psf.1 tatd.1 tcbd.1 tcm.1 tcmd.1 tcmdv.1 tcmt.1 tcpd.1 tcrd.1 \
|
||||
tdfd.1 tdpd.1 tefd.1 terd.1 tesd.1 text2ps.1 tfet.1 tfrt.1 \
|
||||
tgd.1 tgt.1 tgtt.1 tpsd.1 trpg.1 tscd.1 tsnd.1 tssd.1 tstd.1 \
|
||||
ttdt.1 ttut.1 tucd.1
|
||||
ttdt.1 ttut.1 tucd.1
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/man/windex
|
||||
|
|
Loading…
Add table
Reference in a new issue