diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
commit | fd5606f6d6ddb83a103dd625b40ecae784adb51e (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /math/R-wle | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'math/R-wle')
-rw-r--r-- | math/R-wle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile index b732a1454d5..78669211d0f 100644 --- a/math/R-wle/Makefile +++ b/math/R-wle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/05/26 14:38:38 marino Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $ # CATEGORIES= math @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 R_PKGNAME= wle R_PKGVER= 0.9-4 +PKG_DESTDIR_SUPPORT= none + USE_LANGUAGES+= c fortran DEPENDS+= R-circular>=0.4.3:../../math/R-circular |