diff options
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 35d390e5a68..bb243edd025 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/05/02 08:49:50 adam Exp $ +# $NetBSD: Makefile,v 1.28 2008/07/14 12:56:08 joerg Exp $ DISTNAME= gsl-1.11 CATEGORIES= math devel @@ -8,6 +8,8 @@ MAINTAINER= david@maxwell.net HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html COMMENT= The GNU Scientific Library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes INFO_FILES= yes |