Yes, it's needed. During installation on DragonFly: distance.c: error libintl.h: No such file or directory.
19 lines
488 B
Makefile
19 lines
488 B
Makefile
# $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
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
|
|
COMMENT= Circular Statistics, from "Topics in circular Statistics"
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= circular
|
|
R_PKGVER= 0.4-3
|
|
|
|
USE_LANGUAGES= fortran c
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|