diff options
author | rodent <rodent@pkgsrc.org> | 2014-07-16 01:47:17 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-07-16 01:47:17 +0000 |
commit | 8351a6670694e8486c64cae8d4379f67dda9a761 (patch) | |
tree | 9199ab5c83135aff71fcaceba5f9d937e9325f57 /lang/g95 | |
parent | 6ef57945eb240d73f56d6477cc996da64ce251ac (diff) | |
download | pkgsrc-8351a6670694e8486c64cae8d4379f67dda9a761.tar.gz |
USE_TOOLS+=perl:build - fixes build failure on Linux.
Diffstat (limited to 'lang/g95')
-rw-r--r-- | lang/g95/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile index 3126ca73d20..418fdea27f7 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/06/09 12:40:58 asau Exp $ +# $NetBSD: Makefile,v 1.23 2014/07/16 01:47:17 rodent Exp $ DISTNAME= g95_source PKGNAME= g95-0.93 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.g95.org/ COMMENT= Fortran 95 compiler from g95.org LICENSE= gnu-gpl-v2 -USE_TOOLS+= gmake gtar automake autoconf +USE_TOOLS+= gmake gtar automake autoconf perl:build USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gcc-dir=${GCC_DIR} |