summaryrefslogtreecommitdiff
path: root/lang/g95
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-07-16 12:16:31 +0000
committerrodent <rodent@pkgsrc.org>2014-07-16 12:16:31 +0000
commit216c944ffc72a167f9627d03fb38494f262d4ec8 (patch)
tree10a1030f85ee0181395fdb811cfbbd029d4f0208 /lang/g95
parent4403f34d11ce1d2c9bec25324ba82383be578516 (diff)
downloadpkgsrc-216c944ffc72a167f9627d03fb38494f262d4ec8.tar.gz
Restrict USE_TOOLS+= perl:build to Linux.
Diffstat (limited to 'lang/g95')
-rw-r--r--lang/g95/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index 418fdea27f7..28d5934897b 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/07/16 01:47:17 rodent Exp $
+# $NetBSD: Makefile,v 1.24 2014/07/16 12:16:31 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 perl:build
+USE_TOOLS+= gmake gtar automake autoconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gcc-dir=${GCC_DIR}
@@ -42,6 +42,8 @@ GCC_CONFIGURE_ARGS+= --without-gnu-as --with-as=/usr/ccs/bin/as
. else
GCC_CONFIGURE_ARGS+= --with-gnu-as --with-as=/usr/sfw/bin/gas
. endif
+.elif ${OPSYS} == "Linux"
+USE_TOOLS+= perl:build
.endif
post-extract: