diff options
author | joerg <joerg@FreeBSD.org> | 2003-06-14 04:48:48 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2003-06-14 04:48:48 +0800 |
commit | e636eae5a4e49e63f6020a7821eb3c5065c9ecd4 (patch) | |
tree | c298926d005843b79504d3263a17ece52ed10bf6 /print | |
parent | 9dfed7277f2964dcf5615f214f03b7c7f03a5712 (diff) | |
download | freebsd-ports-gnome-e636eae5a4e49e63f6020a7821eb3c5065c9ecd4.tar.gz freebsd-ports-gnome-e636eae5a4e49e63f6020a7821eb3c5065c9ecd4.tar.zst freebsd-ports-gnome-e636eae5a4e49e63f6020a7821eb3c5065c9ecd4.zip |
transfig run-depends on ghostscript.
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/Makefile | 4 |
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 |