summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-27 11:20:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-27 11:20:17 +0000
commit6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch)
treefdc045becacb16d44fbca787ce1979ecd0640210 /biology
parent- Use CPAN macro. (diff)
- Add missing dependens
- Bump PORTREVISION Submitted by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=209943
Diffstat (limited to 'biology')
-rw-r--r--biology/pymol/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile
index d053e5b0e62e..4c9f043d1321 100644
--- a/biology/pymol/Makefile
+++ b/biology/pymol/Makefile
@@ -6,6 +6,7 @@
PORTNAME= pymol
PORTVERSION= 1.0r2
+PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/pymol|}
@@ -16,7 +17,8 @@ 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
+ png.5:${PORTSDIR}/graphics/png \
+ freetype.9:${PORTSDIR}/print/freetype2
WRKSRC= ${WRKDIR}/pymol-${PORTVERSION}
USE_GMAKE= yes