diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-12 08:39:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-12 08:39:07 +0000 |
commit | ecb4b2896e4149f66836cc3982b06f210b74d9f9 (patch) | |
tree | ed4ca567c88a96c0be8cadfc487b31b34eec4274 /graphics/xfpovray/Makefile | |
parent | 301eec51bfd36b5004f6a55abc2c544c54d17ed7 (diff) |
Notes
Diffstat (limited to 'graphics/xfpovray/Makefile')
-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 |