diff options
author | asami <asami@FreeBSD.org> | 1997-05-02 12:12:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-02 12:12:10 +0800 |
commit | 89be12d827f9cceccb68ab5674064ee3dad21f0d (patch) | |
tree | a4252f7d18f642feb0f8f4da8cb6415eff58f61b /graphics/xfig | |
parent | be1accb90342ac6d5e755b3f490f1c2229c0a5d5 (diff) | |
download | freebsd-ports-gnome-89be12d827f9cceccb68ab5674064ee3dad21f0d.tar.gz freebsd-ports-gnome-89be12d827f9cceccb68ab5674064ee3dad21f0d.tar.zst freebsd-ports-gnome-89be12d827f9cceccb68ab5674064ee3dad21f0d.zip |
Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless without
the ability to export the pictures. ;)
Submitted by: jhs
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |