diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-06 22:56:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-06 22:56:32 +0000 |
commit | 62144ff6ab04dabefae2240937a5befc834b292f (patch) | |
tree | 4ed64bc9aaff1856d80e18c08ab88239d16b623a /math | |
parent | 5a1ea1fb96dfcf50f79502466caa17fbdc6d2ff7 (diff) | |
download | pkgsrc-62144ff6ab04dabefae2240937a5befc834b292f.tar.gz |
Annotate a comment:
# XXX: following comment still true for buildlink3?
# R does ugly things in the configure to get the default list of arguments
# for linking Fortran, which exposes the buildlink2 tricks so clean up
# afterwards
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 43aad91d242..93dfa9ad202 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2004/06/24 11:09:05 markd Exp $ +# $NetBSD: Makefile,v 1.56 2004/07/06 22:56:32 wiz Exp $ DISTNAME= R-1.9.1 CATEGORIES= math @@ -82,6 +82,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC R_LIBDIR= ${PREFIX}/lib/R R_INSTALL_DIRS= ${R_LIBDIR} +# XXX: following comment still true for buildlink3? # R does ugly things in the configure to get the default list of arguments # for linking Fortran, which exposes the buildlink2 tricks so clean up # afterwards |