Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 15:14:45 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317883 - head/cad/openscad
Message-ID:  <201305111514.r4BFEjcB037886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat May 11 15:14:44 2013
New Revision: 317883
URL: http://svnweb.freebsd.org/changeset/ports/317883

Log:
  - Update the Makefile header
  - Minor cleanup in Makefile

Modified:
  head/cad/openscad/Makefile

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Sat May 11 15:07:55 2013	(r317882)
+++ head/cad/openscad/Makefile	Sat May 11 15:14:44 2013	(r317883)
@@ -1,4 +1,4 @@
-# Whom:					Michael Reifenberger <mr@freebsd.org>
+# Created by: Michael Reifenberger <mr@freebsd.org>
 # $FreeBSD$
 
 PORTNAME=	openscad
@@ -16,7 +16,6 @@ BUILD_DEPENDS=	bison:${PORTSDIR}/devel/b
 		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
 		${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \
 		${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs
-#RUN_DEPENDS=	${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	GLU:${PORTSDIR}/graphics/libGLU \
 		gmp:${PORTSDIR}/math/gmp \
 		mpfr:${PORTSDIR}/math/mpfr \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305111514.r4BFEjcB037886>