Date: Wed, 21 Nov 2012 23:25:20 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173817: [PATCH] astro/prune optionsng Message-ID: <201211212325.qALNPKGf078476@red.freebsd.org> Resent-Message-ID: <201211212330.qALNU0cC045145@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173817 >Category: ports >Synopsis: [PATCH] astro/prune optionsng >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 21 23:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: Options NG Changes >How-To-Repeat: >Fix: Patch attached with submission follows: Index: prune/Makefile =================================================================== --- prune/Makefile (revision 305494) +++ prune/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: prune -# Date created: 25 Jun 2009 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= prune PORTVERSION= 11 @@ -28,11 +24,12 @@ PLIST_FILES= bin/prune-gps-tool ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} -OPTIONS= THREED "Support for 3D view of track" off +OPTIONS_DEFINE= THREED +THREED_DESC= Support for 3D view of track .include <bsd.port.options.mk> -.if defined(WITH_THREED) +.if ${PORT_OPTIONS:MTHREED} RUN_DEPENDS+= java3d>=1.5.2:${PORTSDIR}/java/java3d .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212325.qALNPKGf078476>