diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 28a59656018a..a66e7d941fe1 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,7 +3,7 @@ # Date created: 9 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.13 1996/11/19 04:18:49 asami Exp $ +# $Id: Makefile,v 1.14 1997/08/28 04:21:13 chuckr Exp $ # DISTNAME= transfig.3.2 @@ -16,8 +16,8 @@ MAINTAINER= chuckr@freebsd.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg - -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ + ppmtogif:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes |