diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-24 07:54:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-24 07:54:09 +0000 |
commit | 9f52c00703fc4cde45abf85675111ecf13453003 (patch) | |
tree | d0341fca4ca7f62e6c72987b8879b44a06cda6ac /math/gsl/Makefile | |
parent | 9d520268bf7d26a3f087396f356cc6317ce6d893 (diff) | |
download | ports-9f52c00703fc4cde45abf85675111ecf13453003.tar.gz ports-9f52c00703fc4cde45abf85675111ecf13453003.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 7913faefd835..2bbb9e3c5d9b 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes GSLREF= gsl-ref.ps.gz |