From 89be12d827f9cceccb68ab5674064ee3dad21f0d Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 2 May 1997 04:12:10 +0000 Subject: Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless without the ability to export the pictures. ;) Submitted by: jhs --- graphics/xfig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/xfig/Makefile') diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index e2cf9c52c6cb..d2be7c8efdff 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1995 # Whom: roberto # -# $Id: Makefile,v 1.13 1996/11/18 09:53:53 asami Exp $ +# $Id: Makefile,v 1.14 1996/11/19 04:18:46 asami Exp $ # DISTNAME= xfig.3.1.4 @@ -16,6 +16,7 @@ MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg +RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ -- cgit