diff options
Diffstat (limited to 'devel/ftnchek')
-rw-r--r-- | devel/ftnchek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 2ff0fc4d364..832bd69ba02 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/31 11:16:58 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/06/12 12:35:35 wiz Exp $ DISTNAME= ftnchek-3.2.2 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.dsm.fordham.edu/~ftnchek/ COMMENT= Static analyzer for Fortran programs GNU_CONFIGURE= yes -GNU_CONFIGURE_LIBDIR= ${PREFIX}/libexec +CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec CONFIGURE_ARGS+=--disable-submodel USE_TOOLS+= soelim |