diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-01 07:03:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-01 07:03:47 +0000 |
commit | 5dec685afb5460d981e3dd7d81921ee9e94cfa56 (patch) | |
tree | 81a42c093fccfab82475e5d9571231c1992e1c87 /math/py-numeric/Makefile | |
parent | p5-PerlMagick is no more. (diff) |
Upgrade to 1.4.
Notes
Notes:
svn path=/head/; revision=12977
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r-- | math/py-numeric/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index 35288074047f..27b36565f39b 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.3 +# Version required: 1.4 # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ +# $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $ # -DISTNAME= LLNLPython4 -PKGNAME= py-numeric-1.3 +DISTNAME= LLNLPython5 +PKGNAME= py-numeric-1.4 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -WRKSRC= ${WRKDIR}/LLNLPython4/Numerical +WRKSRC= ${WRKDIR}/LLNLPython5/Numerical CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' |