diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /biology | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/pymol/Makefile | 4 |
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 |