diff options
Diffstat (limited to 'math/R-gtools/Makefile')
-rw-r--r-- | math/R-gtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-gtools/Makefile b/math/R-gtools/Makefile index ab525f9d2fe..2beefbca151 100644 --- a/math/R-gtools/Makefile +++ b/math/R-gtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:05:53 markd Exp $ +# $NetBSD: Makefile,v 1.2 2007/01/08 04:40:27 rillig Exp $ # CATEGORIES= math @@ -11,5 +11,7 @@ COMMENT= Various R programming tools R_PKGNAME= gtools R_PKGVER= 2.2.3 +CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |