diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:43:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:43:51 +0000 |
commit | a2275161bdf38678974bb793dfe3195fe1950aab (patch) | |
tree | 00fbd6994b07f04a0134d445afc55d2e91f3716a /biology/mopac | |
parent | 5b8821079e8de7b601a5fc0e32cb4b128142a120 (diff) | |
download | ports-a2275161bdf38678974bb793dfe3195fe1950aab.tar.gz ports-a2275161bdf38678974bb793dfe3195fe1950aab.zip |
Notes
Diffstat (limited to 'biology/mopac')
-rw-r--r-- | biology/mopac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 9d5c5c76a083..ad1ab10dfcff 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}7-${MOPAC_SUBVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Semi-empirical (MNDO, etc.) molecular orbital calculation -LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c +LIB_DEPENDS= libf2c.so:${PORTSDIR}/lang/f2c USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoconf libtool |