diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-11 07:21:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-11 07:21:19 +0000 |
commit | 0773669df444fabf33d8128fce6840ba8fff115c (patch) | |
tree | 00b71a1d50edd91f600da284e4fe4a196e781132 /graphics/xfig | |
parent | 87a4cb07482d80574eb01df63e453cf1495b3bd5 (diff) | |
download | pkgsrc-0773669df444fabf33d8128fce6840ba8fff115c.tar.gz |
DETCH_DEPENDS -> RUN_DEPENDS
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index ba49bfb1032..f75e84e9d1b 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,7 +3,7 @@ # Date Created: 30 January 1998 # Whom: root@garbled.futureone.com # -# $NetBSD: Makefile,v 1.2 1998/02/09 10:12:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/11 07:21:19 hubertf Exp $ # DISTNAME= xfig.3.2 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= root@garbled.futureone.com -FETCH_DEPENDS= fig2dev:${PORTSDIR}/print/transfig +RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d |