diff options
-rw-r--r-- | math/R-circular/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile index 92a53bcd844..684fc973c2a 100644 --- a/math/R-circular/Makefile +++ b/math/R-circular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/10/10 19:15:32 wiz Exp $ CATEGORIES= math PKGREVISION= 1 @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v2 R_PKGNAME= circular R_PKGVER= 0.4-3 -PKG_DESTDIR_SUPPORT= none - USE_LANGUAGES= fortran c .include "../../devel/gettext-lib/buildlink3.mk" |