aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2013-05-11 23:14:44 +0800
committerwen <wen@FreeBSD.org>2013-05-11 23:14:44 +0800
commit7ef240b20c7507537e1ab34c41c037ef699c7153 (patch)
treed125fd7527564d1f0af0d6ee6242ab9d675f557c /cad
parentcde9a50c2560a37187cf65bce293193f20192f20 (diff)
downloadfreebsd-ports-gnome-7ef240b20c7507537e1ab34c41c037ef699c7153.tar.gz
freebsd-ports-gnome-7ef240b20c7507537e1ab34c41c037ef699c7153.tar.zst
freebsd-ports-gnome-7ef240b20c7507537e1ab34c41c037ef699c7153.zip
- Update the Makefile header
- Minor cleanup in Makefile
Diffstat (limited to 'cad')
-rw-r--r--cad/openscad/Makefile3
1 files changed, 1 insertions, 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 <mr@freebsd.org>
+# Created by: Michael Reifenberger <mr@freebsd.org>
# $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 \