diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/geomview | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) |
Notes
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 69c98d707cc2..3010dd403ced 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geomview -# Date created: 5 November 1996 -# Whom: fenner -# +# Created by: fenner # $FreeBSD$ -# PORTNAME= geomview PORTVERSION= 1.9.4 @@ -20,8 +16,8 @@ NOT_FOR_ARCHS_REASON= Segfaults on amd64 OPTIONS_DEFINE= MOTION_AVG DOCS EXAMPLES MOTION_AVG_DESC= Use experimental motion averaging code +USES= motif USE_BZIP2= yes -USE_MOTIF= yes USE_GL= glu USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-motif=${LOCALBASE} --with-opengl=${LOCALBASE} |