diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-24 23:02:53 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-24 23:02:53 +0000 |
commit | df028389cad709f3049f69267bcb478162b9100c (patch) | |
tree | da3df79f8ee0202e13fc493d9ffb68115b203d0d /devel/mercator | |
parent | f38dd3565cfc0344ace3d7607f5ee70f6ae735d6 (diff) |
Notes
Diffstat (limited to 'devel/mercator')
-rw-r--r-- | devel/mercator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index ff5acd4e29b2..78faf9f4a9ad 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= A procedural terrain library -LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/math/wfmath +LIB_DEPENDS= libwfmath-1.0.so:${PORTSDIR}/math/wfmath USES= pathfix pkgconfig GNU_CONFIGURE= yes |