1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update the Makefile header

- Minor cleanup in Makefile
This commit is contained in:
Wen Heping 2013-05-11 15:14:44 +00:00
parent 8165ca1912
commit bfd54e6f62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317883

View File

@ -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 \