summaryrefslogtreecommitdiff
path: root/print/ghostview/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 04:34:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 04:34:11 +0000
commita28c2d8099f0f0cc8c0385a9a98b295cc60a943b (patch)
treeae1f986aa2e9664c1c9d92ffd5dcd33d331087e4 /print/ghostview/Makefile
parentAnother round of Makefile updates, in utils! (diff)
Print Makefiles...this one was tough!
Notes
Notes: svn path=/head/; revision=1360
Diffstat (limited to 'print/ghostview/Makefile')
-rw-r--r--print/ghostview/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile
index f005d423da4c..d2d3fb763dc7 100644
--- a/print/ghostview/Makefile
+++ b/print/ghostview/Makefile
@@ -3,13 +3,15 @@
# Date created: 21 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.2 1995/02/11 13:50:44 asami Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:49:29 jkh Exp $
#
DISTNAME= ghostview-1.5
-USE_IMAKE= yes
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= printing
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+
EXEC_DEPENDS= gs:${PORTSDIR}/print/ghostscript
+USE_IMAKE= yes
+
.include <bsd.port.mk>