diff options
Diffstat (limited to 'biology')
-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 063367a4f84..9615a76fc97 100644 --- a/biology/mpqc/Makefile +++ b/biology/mpqc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2013/03/16 12:43:26 asau Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/01 08:30:06 sbd 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 +USE_TOOLS+= perl:run wish:run USE_LIBTOOL= yes USE_TOOLS+= gmake |