diff options
author | tg <tg@FreeBSD.org> | 1998-01-12 16:39:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-01-12 16:39:07 +0800 |
commit | b296263d0412b7de1e027bab12217c33cbf83a2c (patch) | |
tree | 66ad602f1feed5d309990607e845004eff465b05 /graphics | |
parent | f6a65e0769710190e30d6fcb95a426b246363534 (diff) | |
download | freebsd-ports-gnome-b296263d0412b7de1e027bab12217c33cbf83a2c.tar.gz freebsd-ports-gnome-b296263d0412b7de1e027bab12217c33cbf83a2c.tar.zst freebsd-ports-gnome-b296263d0412b7de1e027bab12217c33cbf83a2c.zip |
Add RUN_DEPENDS on povray.
Reminded by: Satoshi
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfpovray/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 5b78563bfda0..60c956fb552d 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/09 14:39:20 tg Exp $ # DISTNAME= xfpovray-1.2.4 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11/xforms +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes USE_GMAKE= yes |