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/ortep3 | |
parent | 5b8821079e8de7b601a5fc0e32cb4b128142a120 (diff) |
Notes
Diffstat (limited to 'biology/ortep3')
-rw-r--r-- | biology/ortep3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile index b9b842319ef1..419220c74e4d 100644 --- a/biology/ortep3/Makefile +++ b/biology/ortep3/Makefile @@ -13,7 +13,7 @@ EXTRACT_ONLY= ortep.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure -PGPLOT_LIB_DEPENDS= pgplot:${PORTSDIR}/graphics/pgplot +PGPLOT_LIB_DEPENDS= libpgplot.so:${PORTSDIR}/graphics/pgplot USE_FORTRAN= yes WRKSRC= ${WRKDIR}/ortep/src |