summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-21 14:57:31 +0000
committermarino <marino@pkgsrc.org>2012-05-21 14:57:31 +0000
commit2b66ff2518a430d7f62dfd922810d0c883ba12cc (patch)
tree86d50e461a034686d4fb5d9d17545b2ade8cee60 /math
parent194cb28f82b387af61b76f899351ede7278ab0e0 (diff)
downloadpkgsrc-2b66ff2518a430d7f62dfd922810d0c883ba12cc.tar.gz
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 (limited to 'math')
-rw-r--r--math/R-circular/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile
index 639359809fc..3c3ca8dfe55 100644
--- a/math/R-circular/Makefile
+++ b/math/R-circular/Makefile
@@ -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
@@ -13,5 +14,6 @@ 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"