diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /graphics/xfpovray | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) |
Notes
Diffstat (limited to 'graphics/xfpovray')
-rw-r--r-- | graphics/xfpovray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 7c4ff403fe00..a34d353148ba 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: Makefile,v 1.3 1998/02/17 07:57:24 tg Exp $ +# $Id: Makefile,v 1.4 1998/06/03 07:45:52 tg Exp $ # DISTNAME= xfpovray-1.3.1 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11/xforms +LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes |