diff options
author | tg <tg@FreeBSD.org> | 1996-04-18 15:58:21 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-04-18 15:58:21 +0800 |
commit | 15f494787bff31c20d64cb3b471ef2ae512c6a8e (patch) | |
tree | a4477f4311b67764be77e9e9f6247cc1b037d434 /print/ghostview | |
parent | c348268bf5434e06887934c69afceb863b8e966a (diff) | |
download | freebsd-ports-graphics-15f494787bff31c20d64cb3b471ef2ae512c6a8e.tar.gz freebsd-ports-graphics-15f494787bff31c20d64cb3b471ef2ae512c6a8e.tar.zst freebsd-ports-graphics-15f494787bff31c20d64cb3b471ef2ae512c6a8e.zip |
Rename EXEC_DEPENDS to RUN_DEPENDS
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 5fe6be26ed9..7ce26514d39 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,14 +3,14 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1995/04/15 04:33:48 asami Exp $ +# $Id: Makefile,v 1.5 1995/11/22 13:18:10 asami Exp $ # DISTNAME= ghostview-1.5 CATEGORIES+= print MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ -EXEC_DEPENDS= gs:${PORTSDIR}/print/ghostscript +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript USE_IMAKE= yes |