diff options
Diffstat (limited to 'biology/pymol/Makefile')
-rw-r--r-- | biology/pymol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |