diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:43:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:43:51 +0800 |
commit | bbae64838ffde3d47dcec56055a594e7804bb061 (patch) | |
tree | 00fbd6994b07f04a0134d445afc55d2e91f3716a /biology/protomol | |
parent | 313f6c52ef558a5cdcf65e9eefbfec838e1d9958 (diff) | |
download | freebsd-ports-gnome-bbae64838ffde3d47dcec56055a594e7804bb061.tar.gz freebsd-ports-gnome-bbae64838ffde3d47dcec56055a594e7804bb061.tar.zst freebsd-ports-gnome-bbae64838ffde3d47dcec56055a594e7804bb061.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in biology
Diffstat (limited to 'biology/protomol')
-rw-r--r-- | biology/protomol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index 52e8e658299b..96b1b18d2b64 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -12,9 +12,9 @@ EXTRACT_SUFX= # empty MAINTAINER= sangwoos@gmail.com COMMENT= OO, component based, framework for molecular dynamics (MD) simulations -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes USE_XORG= xmu xt sm ice xext x11 xi |