diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-10 19:16:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-10 19:16:40 +0000 |
commit | d8b4a642479be0211ee0b39c0127a1ba2d88f9e5 (patch) | |
tree | c14256f00e6ea6becac85ce2ee589619932a3e4e /math | |
parent | 813703d1ed7fc9bbbac1fff8cdef7e246ebd4350 (diff) | |
download | pkgsrc-d8b4a642479be0211ee0b39c0127a1ba2d88f9e5.tar.gz |
Does support destdir, mark it as such.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-wle/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile index af015671fff..476a56f8fc8 100644 --- a/math/R-wle/Makefile +++ b/math/R-wle/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/11/30 13:06:54 wen Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/10/10 19:16:40 wiz Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,15 +8,13 @@ HOMEPAGE= ${R_HOMEPAGE_BASE}/wle/ COMMENT= Weighted Likelihood Estimation LICENSE= gnu-gpl-v2 +DEPENDS+= R-circular>=0.4.3:../../math/R-circular + R_PKGNAME= wle R_PKGVER= 0.9-7 -PKG_DESTDIR_SUPPORT= none - USE_LANGUAGES+= c fortran -DEPENDS+= R-circular>=0.4.3:../../math/R-circular - .include "../../devel/gettext-lib/buildlink3.mk" .include "../../math/R/Makefile.extension" .include "../../math/blas/buildlink3.mk" |