diff options
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 9e890360424b..d5fc51583676 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -3,7 +3,7 @@ # Date created: 5 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.11 1998/10/01 02:17:48 jseger Exp $ +# $Id: Makefile,v 1.12 1998/12/07 20:46:38 billf Exp $ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk42 @@ -17,6 +17,9 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ tk42.1:${PORTSDIR}/x11-toolkits/tk42 +# depends on xforms +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR}/Geomview REQUIRES_MOTIF= yes USE_X_PREFIX= yes |