svn commit: r317883 - head/cad/openscad
Wen Heping
wen at FreeBSD.org
Sat May 11 15:14:45 UTC 2013
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 at freebsd.org>
+# Created by: Michael Reifenberger <mr at 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 \
More information about the svn-ports-all
mailing list