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 | 6931ebe93b425f96f581eefadfa6425883c3155c (patch) | |
tree | 9199ab5c83135aff71fcaceba5f9d937e9325f57 /lang | |
parent | c4539037b0740da85efaf1a421b2b4d2b6d80ddf (diff) | |
download | pkgsrc-6931ebe93b425f96f581eefadfa6425883c3155c.tar.gz |
USE_TOOLS+=perl:build - fixes build failure on Linux.
Diffstat (limited to 'lang')
-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} |