diff options
Diffstat (limited to 'biology/protomol/Makefile')
-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 |