diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
commit | 9a4685f9e5165230c3cfc1bdb635220a0532f2f8 (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /math | |
parent | 744d4cb634e9b60988949deadb6d80ef58d283a7 (diff) | |
download | pkgsrc-9a4685f9e5165230c3cfc1bdb635220a0532f2f8.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw2/Makefile | 21 | ||||
-rw-r--r-- | math/gap/Makefile | 6 |
2 files changed, 14 insertions, 13 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index e53618fab23..3450e6159db 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:04:19 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 14:22:40 rodent Exp $ -DISTNAME= fftw-2.1.5 -PKGNAME= fftw2-2.1.5 -PKGREVISION= 3 -CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - http://www.fftw.org/ +DISTNAME= fftw-2.1.5 +PKGNAME= fftw2-2.1.5 +PKGREVISION= 3 +CATEGORIES= math +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + http://www.fftw.org/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fftw.org/ -COMMENT= Collection of fast C routines to compute DFTs +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.fftw.org/ +COMMENT= Collection of fast C routines to compute DFTs PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared USE_LANGUAGES= c fortran77 USE_TOOLS+= gmake makeinfo diff --git a/math/gap/Makefile b/math/gap/Makefile index 90389edffaf..f074e01fabb 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/01/11 00:00:04 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 14:22:40 rodent Exp $ # DISTNAME= gap4r3 @@ -8,7 +8,7 @@ CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \ ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ fix4r3n5.tar.gz MAINTAINER= pkgsrc-users@NetBSD.org @@ -20,8 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} SITES.fix4r3n5.tar.gz= ${MASTER_SITES:=bugfixes/} USE_TOOLS+= bsdtar - GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV+= PREFIX=${PREFIX:Q} BUILD_TARGET= default |