summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-01-12 12:54:32 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-01-12 12:54:32 +0000
commitb4d2ac42d75b14c1701e169420211799bf5e16bd (patch)
treea82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /biology
parent- Adding sensible defaults to the startup script so people don't need to (diff)
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
Notes
Notes: svn path=/head/; revision=153347
Diffstat (limited to 'biology')
-rw-r--r--biology/L-Breeder/Makefile4
-rw-r--r--biology/molden/Makefile4
-rw-r--r--biology/pymol/Makefile3
3 files changed, 7 insertions, 4 deletions
diff --git a/biology/L-Breeder/Makefile b/biology/L-Breeder/Makefile
index 70f7f156e2c1..3ba614d356e7 100644
--- a/biology/L-Breeder/Makefile
+++ b/biology/L-Breeder/Makefile
@@ -8,7 +8,7 @@
PORTNAME= LBreeder
PORTVERSION= 1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= biology
MASTER_SITES= http://www.simonyi.ox.ac.uk/dawkins/software/yan/L-Breeder/
DISTNAME= ${PORTNAME}-source
@@ -17,7 +17,7 @@ MAINTAINER= dyeske@yahoo.com
COMMENT= Allows you to display and breed L-system forms
LIB_DEPENDS= wx_gtk2_gl-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \
- glut.3:${PORTSDIR}/graphics/libglut
+ glut.4:${PORTSDIR}/graphics/libglut
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/Unix
diff --git a/biology/molden/Makefile b/biology/molden/Makefile
index c72ec9d9657f..c3cccad52deb 100644
--- a/biology/molden/Makefile
+++ b/biology/molden/Makefile
@@ -7,6 +7,7 @@
PORTNAME= molden
PORTVERSION= 4.4
+PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -16,8 +17,9 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Display molecular orbitals and electron densities in 2D and 3D
+LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
+
USE_XLIB= yes
-USE_MESA= yes
RESTRICTED= "free for academic, non profit usage;"
NO_CDROM= "Do not re-distribute source and executable."
diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile
index efb1bc020af8..bf0094db674e 100644
--- a/biology/pymol/Makefile
+++ b/biology/pymol/Makefile
@@ -6,6 +6,7 @@
PORTNAME= pymol
PORTVERSION= 0.98
+PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pymol
@@ -18,7 +19,7 @@ COMMENT= Free and Open-Source molecular modeling system
BUILD_DEPENDS= ${PYNUMERIC}
RUN_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
-LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \
+LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \
png.5:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/pymol-${PORTVERSION}