diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:00 +0000 |
commit | 59d5387029bc0989baa5684776c438795412513b (patch) | |
tree | b4f6fd977f7973eccb994a9f90ab056676a74f40 /math/gsl/Makefile | |
parent | 17dae2083629a4e30bb2c3300df8d1a68c724eda (diff) | |
download | ports-59d5387029bc0989baa5684776c438795412513b.tar.gz ports-59d5387029bc0989baa5684776c438795412513b.zip |
Notes
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index c1c104dc7e4e..90ffc087c143 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ http://www.gnu.org/software/${PORTNAME}/manual/:gslref @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gsl \ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= rainer.alves@gmail.com +MAINTAINER= bf2006a@yahoo.com COMMENT= The GNU Scientific Library - mathematical libs INSTALLS_SHLIB= yes |