diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
commit | 593990a1e7facf9088b13e1e7a8c9dc27ff0500d (patch) | |
tree | 51f7d4b742d415b6b72876445aaadf57ea3b296d /graphics/xfpovray | |
parent | 002db8b4eb062765c7c828fcb2799302b601bb3f (diff) | |
download | ports-593990a1e7facf9088b13e1e7a8c9dc27ff0500d.tar.gz ports-593990a1e7facf9088b13e1e7a8c9dc27ff0500d.zip |
Notes
Diffstat (limited to 'graphics/xfpovray')
-rw-r--r-- | graphics/xfpovray/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 082d7d2f77d1..1ff67504312c 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.11 1999/04/13 07:17:06 mharo Exp $ +# $Id: Makefile,v 1.12 1999/04/15 16:05:56 mharo Exp $ # DISTNAME= xfpovray-1.3.1 @@ -18,9 +18,6 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_IMAKE= yes USE_GMAKE= yes NO_INSTALL_MANPAGES= yes |