diff options
Diffstat (limited to 'biology/molden/Makefile')
-rw-r--r-- | biology/molden/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index d3ae85919f7c..137ecf323acb 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -7,7 +7,7 @@ PORTNAME= molden PORTVERSION= 4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -18,9 +18,8 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut - -USE_XLIB= yes +USE_XORG= x11 xmu +USE_GL= glut RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. MAKEFILE= ${WRKSRC}/makefile |