summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2003-06-13 20:48:48 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2003-06-13 20:48:48 +0000
commitff9f4e0a71e3c67041c00e10b6474e1558b63064 (patch)
treeb87c2f52c978d71a595a2c0ed51b1a282b297b98 /print
parentUpdate to 0.11.5.9. MASTER_SITES change, and some pkg-plist (diff)
transfig run-depends on ghostscript.
Notes
Notes: svn path=/head/; revision=82953
Diffstat (limited to 'print')
-rw-r--r--print/transfig/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 1a2f14f8279f..73a454ed4661 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -7,6 +7,7 @@
PORTNAME= transfig
PORTVERSION= 3.2.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.xfig.org/xfigdist/ \
ftp://www-epb.lbl.gov/xfig/%SUBDIR%/
@@ -17,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Tools to convert Xfig's .fig files
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
+RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm \
+ gs:${PORTSDIR}/print/ghostscript-gnu
USE_IMAKE= yes
USE_XPM= yes