diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-02 04:12:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-02 04:12:10 +0000 |
commit | 036fd37b2046257b47ace593462195ab6937fed3 (patch) | |
tree | dc51c7f9f6470ccd5d08d89576103a2834ed1014 /graphics/xfig-devel | |
parent | c427b297223c46bcd94abe8e886a3ce8003bbef4 (diff) | |
download | ports-036fd37b2046257b47ace593462195ab6937fed3.tar.gz ports-036fd37b2046257b47ace593462195ab6937fed3.zip |
Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless without
the ability to export the pictures. ;)
Submitted by: jhs
Notes
Notes:
svn path=/head/; revision=6377
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r-- | graphics/xfig-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index e2cf9c52c6cb..d2be7c8efdff 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/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 \ |