diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /graphics/xfpovray | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
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 |