diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-28 19:58:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-28 19:58:33 +0000 |
commit | 88b2bbe18e36e078ee2b4b5fc1a369f57ed9d731 (patch) | |
tree | ff0a7c80700b22f73cf5750524175bab06cff806 /science/xmakemol | |
parent | 2aa69eb64940074815198eaeaab928067c482800 (diff) | |
download | ports-88b2bbe18e36e078ee2b4b5fc1a369f57ed9d731.tar.gz ports-88b2bbe18e36e078ee2b4b5fc1a369f57ed9d731.zip |
Notes
Diffstat (limited to 'science/xmakemol')
-rw-r--r-- | science/xmakemol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index 186cd1a0e092..bdc3530df10b 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmakemol PORTVERSION= 5.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Molecule Viewer Program Based on Motif Widget USE_XLIB= yes +USE_GL= glut glw USE_MOTIF= yes USE_GMAKE= yes GNU_CONFIGURE= yes |