Needs GLU. Bump revision.
This commit is contained in:
parent
f350f1d1b2
commit
67ccc44008
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2007/01/06 14:21:15 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2007/01/08 17:23:06 joerg Exp $
|
||||
|
||||
DISTNAME= pymol-0_98-src
|
||||
PKGNAME= pymol-0.98
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pymol/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -23,6 +23,7 @@ post-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/pymol.com ${PREFIX}/bin/pymol
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/glu/buildlink3.mk"
|
||||
.include "../../graphics/glut/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../math/py-Numeric/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue