1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Chase math/muparser change from static to dynamic library

This commit is contained in:
Nicola Vitale 2014-07-07 02:43:44 +00:00
parent acce372296
commit 00a0f6a6ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361019
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ MASTER_SITES= GITHUB
MAINTAINER= makc@FreeBSD.org
COMMENT= 2D CAD system
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser \
${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libmuparser.so:${PORTSDIR}/math/muparser
USE_QT4= help qt3support help-tools_build linguist_build moc_build \
rcc_build uic_build uic3_build

View File

@ -10,8 +10,8 @@ MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
MAINTAINER= makc@FreeBSD.org
COMMENT= Data analysis and scientific plotting
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \
libmuparser.so:${PORTSDIR}/math/muparser \
libpng15.so:${PORTSDIR}/graphics/png
# use bundled modified libraries
# qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \