diff options
author | jmd <jmd@FreeBSD.org> | 2017-07-12 11:37:21 +0800 |
---|---|---|
committer | jmd <jmd@FreeBSD.org> | 2017-07-12 11:37:21 +0800 |
commit | 1a330b4fae94abdee2efb79862ed714e027d748a (patch) | |
tree | ad8c1fef95b4d61a52f330c4bd8d10f931f707c8 /biology/molden/Makefile | |
parent | b621647b4a124ddb6eb936eafe0778fabfa57683 (diff) | |
download | freebsd-ports-gnome-1a330b4fae94abdee2efb79862ed714e027d748a.tar.gz freebsd-ports-gnome-1a330b4fae94abdee2efb79862ed714e027d748a.tar.zst freebsd-ports-gnome-1a330b4fae94abdee2efb79862ed714e027d748a.zip |
biology/molden: Unbreak by chasing their latest opaque update to the distribution.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11338
Diffstat (limited to 'biology/molden/Makefile')
-rw-r--r-- | biology/molden/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index cf9b35c42f67..6d3717878d91 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -3,7 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -19,13 +19,11 @@ LICENSE_PERMS= auto-accept RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. -BROKEN= Fails to fetch - WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} USES= fortran gmake USE_XORG= x11 -USE_GL= glu +USE_GL= gl glu MAKEFILE= makefile MAKE_JOBS_UNSAFE=yes |