diff options
author | tg <tg@FreeBSD.org> | 1996-04-18 07:52:35 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-04-18 07:52:35 +0000 |
commit | c348268bf5434e06887934c69afceb863b8e966a (patch) | |
tree | c706f53a09809f8b22e41c1c65d96546bce99e3c /print/gv/Makefile | |
parent | 1f177ea0a1cab11f4776a2b9720bb9796a5482e3 (diff) | |
download | FreeBSD-ports-c348268bf5434e06887934c69afceb863b8e966a.zip FreeBSD-ports-c348268bf5434e06887934c69afceb863b8e966a.tar.gz |
Oops. Add RUN_DEPENDS=gs.
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r-- | print/gv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index b137974..b6c3866 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Apr 1996 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/04/17 07:01:09 tg Exp $ # DISTNAME= gv_2_3_b1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://iphthf.physik.uni-mainz.de/pub/vms/linux/ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/gv |