diff options
Diffstat (limited to 'print/ghostview/Makefile')
-rw-r--r-- | print/ghostview/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 7ce26514d39c..872b83864a6e 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,13 +3,15 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1995/11/22 13:18:10 asami Exp $ +# $Id: Makefile,v 1.6 1996/04/18 07:58:21 tg Exp $ # DISTNAME= ghostview-1.5 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MAINTAINER= ports@FreeBSD.org + RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript USE_IMAKE= yes |