diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
commit | b4d2ac42d75b14c1701e169420211799bf5e16bd (patch) | |
tree | a82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /science | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) | |
download | ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.tar.gz ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/flounder/Makefile | 6 | ||||
-rw-r--r-- | science/ghemical/Makefile | 1 | ||||
-rw-r--r-- | science/glens/Makefile | 4 | ||||
-rw-r--r-- | science/py-scipy/Makefile | 1 | ||||
-rw-r--r-- | science/py-scipy03/Makefile | 1 | ||||
-rw-r--r-- | science/vis5d+/Makefile | 2 |
6 files changed, 9 insertions, 6 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index d5710bf8a312..a98af23e4198 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -8,7 +8,7 @@ PORTNAME= flounder PORTVERSION= 0.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.enel.ucalgary.ca/~vigmond/flounder/ EXTRACT_SUFX= .tgz @@ -18,9 +18,9 @@ COMMENT= A quick way to visualize regularly spaced 4D data LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \ ungif:${PORTSDIR}/graphics/libungif \ - png:${PORTSDIR}/graphics/png + png:${PORTSDIR}/graphics/png \ + glut.4:${PORTSDIR}/graphics/libglut -USE_MESA= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lstdc++" diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index a812783d0486..8cbb0decf2a1 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -6,6 +6,7 @@ PORTNAME= ghemical PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/ghemical/download/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/science/glens/Makefile b/science/glens/Makefile index 12749f6f841f..23a4cd7163f7 100644 --- a/science/glens/Makefile +++ b/science/glens/Makefile @@ -8,7 +8,7 @@ PORTNAME= glens PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= # no longer available @@ -19,9 +19,9 @@ DEPRECATED= no longer available from mastersite EXPIRATION_DATE= 2006-01-25 BUILD_DEPENDS= ${X11BASE}/lib/libglui.a:${PORTSDIR}/devel/glui +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_REINPLACE= yes -USE_MESA= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-glui=${X11BASE} diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index c77bdece7383..57073a668715 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -8,6 +8,7 @@ PORTNAME= scipy PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://www.scipy.org/download/scipy/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile index c77bdece7383..57073a668715 100644 --- a/science/py-scipy03/Makefile +++ b/science/py-scipy03/Makefile @@ -8,6 +8,7 @@ PORTNAME= scipy PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://www.scipy.org/download/scipy/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 606bcee75c5b..d75ab4516bb8 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -8,7 +8,7 @@ PORTNAME= vis5d+ PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vis5d |