diff options
author | tota <tota@FreeBSD.org> | 2010-08-15 10:48:04 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-08-15 10:48:04 +0800 |
commit | aa80a88554194a6c3d38703a2e08eba203a01eea (patch) | |
tree | 7bb8b239f1a61d33ce37272039bb2393219a0155 /math/R-cran-inline/Makefile | |
parent | f26d5c02833d6f08505cf99d264deaafcaa219ab (diff) | |
download | freebsd-ports-graphics-aa80a88554194a6c3d38703a2e08eba203a01eea.tar.gz freebsd-ports-graphics-aa80a88554194a6c3d38703a2e08eba203a01eea.tar.zst freebsd-ports-graphics-aa80a88554194a6c3d38703a2e08eba203a01eea.zip |
- Use R_MOD_AUTOPLIST instead of pkg-plist
Approved by: wen
Diffstat (limited to 'math/R-cran-inline/Makefile')
-rw-r--r-- | math/R-cran-inline/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index d211ed938d1..c8fbf273300 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -15,6 +15,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Inline C, C++, Fortran function calls from R R_MOD= yes +R_MOD_AUTOPLIST= yes .include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" |