pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-circular math/R-circular: Add gettext-lib build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1486614d8c0c
branches:  trunk
changeset: 604046:1486614d8c0c
user:      marino <marino%pkgsrc.org@localhost>
date:      Mon May 21 14:57:31 2012 +0000

description:
math/R-circular: Add gettext-lib buildlink3

Yes, it's needed.  During installation on DragonFly:
distance.c: error libintl.h: No such file or directory.

diffstat:

 math/R-circular/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 11584fd2d07d -r 1486614d8c0c math/R-circular/Makefile
--- a/math/R-circular/Makefile  Mon May 21 14:55:10 2012 +0000
+++ b/math/R-circular/Makefile  Mon May 21 14:57:31 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/04/15 15:20:52 brook Exp $
+# $NetBSD: Makefile,v 1.8 2012/05/21 14:57:31 marino Exp $
 
 CATEGORIES=    math
+PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,5 +14,6 @@
 
 USE_LANGUAGES= fortran c
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index