diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 12:53:43 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 12:53:43 +0000 |
commit | fc8d82eaa967a27c8275e7d154265252d7f56b5e (patch) | |
tree | 362e77103d4766a6b66e94bde67fcc8cb735703b /science | |
parent | Upgrade to 1.1. (diff) |
Make this compile again.
Notes
Notes:
svn path=/head/; revision=10443
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 6 | ||||
-rw-r--r-- | science/hdf5-18/Makefile | 6 | ||||
-rw-r--r-- | science/hdf5/Makefile | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 4f25bd8559f7..107cc1ab2477 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -3,20 +3,18 @@ # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.1.1.1 1997/11/03 12:10:42 tg Exp $ +# $Id: Makefile,v 1.2 1998/04/01 02:04:04 asami Exp $ # DISTNAME= HDF4.1r1 PKGNAME= hdf-4.1r1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF_Current/tar/ +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r1/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -BROKEN= build - GNU_CONFIGURE= yes MAKE_FLAGS= CC="$(CC)" -f diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 4f25bd8559f7..107cc1ab2477 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -3,20 +3,18 @@ # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.1.1.1 1997/11/03 12:10:42 tg Exp $ +# $Id: Makefile,v 1.2 1998/04/01 02:04:04 asami Exp $ # DISTNAME= HDF4.1r1 PKGNAME= hdf-4.1r1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF_Current/tar/ +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r1/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -BROKEN= build - GNU_CONFIGURE= yes MAKE_FLAGS= CC="$(CC)" -f diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 4f25bd8559f7..107cc1ab2477 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,20 +3,18 @@ # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.1.1.1 1997/11/03 12:10:42 tg Exp $ +# $Id: Makefile,v 1.2 1998/04/01 02:04:04 asami Exp $ # DISTNAME= HDF4.1r1 PKGNAME= hdf-4.1r1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF_Current/tar/ +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF4.1r1/tar/ MAINTAINER= mi@aldan.ziplink.net LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -BROKEN= build - GNU_CONFIGURE= yes MAKE_FLAGS= CC="$(CC)" -f |