diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:18:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:18:35 +0000 |
commit | b420aa2bfb6c650c56a8a2763731c73f90a4abea (patch) | |
tree | a8072d6ff740c6830d61885c409f3647dce9d9f3 /print/ghostview | |
parent | 0fd232954122476f8be1ce2b3c47eaec9319ceff (diff) | |
download | ports-b420aa2bfb6c650c56a8a2763731c73f90a4abea.tar.gz ports-b420aa2bfb6c650c56a8a2763731c73f90a4abea.zip |
Notes
Diffstat (limited to 'print/ghostview')
-rw-r--r-- | print/ghostview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index d2d3fb763dc7..5fe6be26ed97 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,11 +3,11 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.3 1995/04/01 12:49:29 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/15 04:33:48 asami Exp $ # DISTNAME= ghostview-1.5 -CATEGORIES+= printing +CATEGORIES+= print MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXEC_DEPENDS= gs:${PORTSDIR}/print/ghostscript |