diff options
author | wiz <wiz> | 2013-06-03 10:05:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-03 10:05:16 +0000 |
commit | 70d74bf7651c35cb95d388ca75d9b6a02f171ad2 (patch) | |
tree | 813b55493a2bc83dc633317f90eef47aec7599a6 | |
parent | 99eb7620927a7982a28e9e4b92b1d498703da006 (diff) | |
download | pkgsrc-70d74bf7651c35cb95d388ca75d9b6a02f171ad2.tar.gz |
revert unintended commit
-rw-r--r-- | devel/libtool-fortran/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-fortran/Makefile b/devel/libtool-fortran/Makefile index 9067756b264..09fdc23a2c3 100644 --- a/devel/libtool-fortran/Makefile +++ b/devel/libtool-fortran/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/06/03 10:04:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/06/03 10:05:17 wiz Exp $ ########################################################################### ########################################################################### @@ -60,7 +60,7 @@ CFLAGS+= ${_COMPILER_ABI_FLAG.${ABI}} # We are going to want libtool to find the same versions of the C, C++, # and Fortran compilers. # -USE_LANGUAGES= c c++ fortran77 +USE_LANGUAGES= c c++ fortran CONFIGURE_ARGS+= --disable-ltdl-install USE_TOOLS+= echo |