diff options
author | thierry <thierry@FreeBSD.org> | 2015-03-11 04:45:19 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-03-11 04:45:19 +0800 |
commit | 2fb93f75cff22ea2781abd11c97fbcc83e2d415c (patch) | |
tree | cbbba4650a636e4e5edc9d97d318e51133dd08aa /science/harminv | |
parent | 8a62bcc302b81913c14ce650e53f3a96db61a2fa (diff) | |
download | freebsd-ports-gnome-2fb93f75cff22ea2781abd11c97fbcc83e2d415c.tar.gz freebsd-ports-gnome-2fb93f75cff22ea2781abd11c97fbcc83e2d415c.tar.zst freebsd-ports-gnome-2fb93f75cff22ea2781abd11c97fbcc83e2d415c.zip |
- Switch to guile2
- Upgrade meep to 1.2.1 and unbreak.
Submitted by: Stas Timokhin <devel (at) stasyan.com>
Diffstat (limited to 'science/harminv')
-rw-r--r-- | science/harminv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile index f60b5eea28d1..471190506679 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -3,7 +3,7 @@ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ @@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes -LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile +LIB_DEPENDS+= libguile-2.0.so:${PORTSDIR}/lang/guile2 .include <bsd.port.mk> |