diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /biology | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/L-Breeder/Makefile | 2 | ||||
-rw-r--r-- | biology/phylip/Makefile | 1 | ||||
-rw-r--r-- | biology/protomol/Makefile | 2 | ||||
-rw-r--r-- | biology/pymol/Makefile | 6 |
4 files changed, 6 insertions, 5 deletions
diff --git a/biology/L-Breeder/Makefile b/biology/L-Breeder/Makefile index 4eefcccaf53a..d9178dfda4ba 100644 --- a/biology/L-Breeder/Makefile +++ b/biology/L-Breeder/Makefile @@ -8,7 +8,7 @@ PORTNAME= LBreeder PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= biology MASTER_SITES= http://www.simonyi.ox.ac.uk/dawkins/software/yan/L-Breeder/ DISTNAME= ${PORTNAME}-source diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 3781f018523b..d7ba23a2e78a 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -7,6 +7,7 @@ PORTNAME= phylip PORTVERSION= 3.68 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ \ diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index 3280d957bf61..72a1cbdfa37b 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -6,7 +6,7 @@ PORTNAME= protomol PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile index 4c9f043d1321..4de0aacb983b 100644 --- a/biology/pymol/Makefile +++ b/biology/pymol/Makefile @@ -6,7 +6,7 @@ PORTNAME= pymol PORTVERSION= 1.0r2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/pymol|} @@ -16,11 +16,11 @@ COMMENT= Free and Open-Source molecular modeling system BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} \ ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \ - png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/pymol-${PORTVERSION} +USE_GL= glut USE_GMAKE= yes USE_PYTHON= yes |