diff options
author | pav <pav@FreeBSD.org> | 2007-07-29 03:58:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-29 03:58:33 +0800 |
commit | 8b5789f7e9528505c906d042b33ed1407e3cd53f (patch) | |
tree | 7d75cd34427f83804607a50c0d3ea5bc810a2d27 | |
parent | 6e55ad1d981eca457d67fc822e682889b84f7edf (diff) | |
download | freebsd-ports-gnome-8b5789f7e9528505c906d042b33ed1407e3cd53f.tar.gz freebsd-ports-gnome-8b5789f7e9528505c906d042b33ed1407e3cd53f.tar.zst freebsd-ports-gnome-8b5789f7e9528505c906d042b33ed1407e3cd53f.zip |
- Depend on the GL* stuff, to prevent compilation failure for folks with only
half of it installed
PR: ports/114890
Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
-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 |