From bfd54e6f627a1fa64a74c963ce78b4bd5ddfc498 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Sat, 11 May 2013 15:14:44 +0000 Subject: [PATCH] - Update the Makefile header - Minor cleanup in Makefile --- cad/openscad/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index a5b60433c208..28afde8c3893 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,4 +1,4 @@ -# Whom: Michael Reifenberger +# Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= openscad @@ -16,7 +16,6 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ ${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 \