diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-04-18 07:52:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-04-18 07:52:35 +0000 |
commit | 4afbc5cb5cf1071251b02c18df0f15977837b6e9 (patch) | |
tree | 2714888ebc0239594c57aaadea30d919587941bb | |
parent | de9e79f466fce5253b653a7d92e2fed430705f0a (diff) | |
download | ports-4afbc5cb5cf1071251b02c18df0f15977837b6e9.tar.gz ports-4afbc5cb5cf1071251b02c18df0f15977837b6e9.zip |
Notes
-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 b1379747f60d..b6c386653c24 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 |