diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
commit | 4dc064b0c51daf8a534869cf647ddda8f27693df (patch) | |
tree | ffea49d9cc67b8576749be804de23181e7a3f61a /graphics/hdf5/Makefile | |
parent | Upgrade to 0.74, and use gtk11 now. (diff) |
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
Diffstat (limited to 'graphics/hdf5/Makefile')
-rw-r--r-- | graphics/hdf5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hdf5/Makefile b/graphics/hdf5/Makefile index 50aebd539afa..1656e3981826 100644 --- a/graphics/hdf5/Makefile +++ b/graphics/hdf5/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.6 1998/08/21 23:11:03 hoek Exp $ +# $Id: Makefile,v 1.7 1998/08/22 16:20:24 hoek Exp $ # DISTNAME= HDF4.1r2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r2/tar/ MAINTAINER= mi@aldan.ziplink.net -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 |