diff options
author | asau <asau@pkgsrc.org> | 2013-04-01 18:39:05 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-04-01 18:39:05 +0000 |
commit | b460800719dfcf4d9d3c93db58d51d4e1757ee0e (patch) | |
tree | bc79474cb481231ed27e4172dc0cab4cb5b9a408 /biology/mpqc/Makefile | |
parent | 1b19b359a1259511e57650409a7a3e385114b3c0 (diff) | |
download | pkgsrc-b460800719dfcf4d9d3c93db58d51d4e1757ee0e.tar.gz |
Revert. It doesn't require Tk to be functional.
Diffstat (limited to 'biology/mpqc/Makefile')
-rw-r--r-- | biology/mpqc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/mpqc/Makefile b/biology/mpqc/Makefile index 9615a76fc97..e1b3fe9234c 100644 --- a/biology/mpqc/Makefile +++ b/biology/mpqc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/04/01 08:30:06 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/01 18:39:05 asau Exp $ DISTNAME= mpqc-2.3.1 CATEGORIES= biology @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdirs="$(COMPILER_RPATH_FLAG)$(PREFIX)/lib" # fixme #CONFIGURE_ARGS= -without-f77 # this doesn't work out of the box CONFIGURE_ENV= ac_cv_prog_WISH=$(REPLACE.wish.new) -USE_TOOLS+= perl:run wish:run +USE_TOOLS+= perl:run USE_LIBTOOL= yes USE_TOOLS+= gmake |