Leave a note about Tk dependency so that the story doesn't repeat.
Skip interpreter check for tkmolrender.
This commit is contained in:
parent
08496bf6b1
commit
8650eed2e3
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/04/01 18:39:05 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/04/01 22:23:17 asau Exp $
|
||||
|
||||
DISTNAME= mpqc-2.3.1
|
||||
CATEGORIES= biology
|
||||
|
@ -24,7 +24,10 @@ BUILD_TARGET= default
|
|||
INSTALL_MAKE_FLAGS= installroot=$(DESTDIR)
|
||||
|
||||
REPLACE_PERL= src/bin/mpqc/ccarun.in src/bin/mpqc/mpqcrun.in
|
||||
|
||||
# Don't introduce Tk dependency for minor things, just leave a hook:
|
||||
REPLACE_WISH= src/bin/molrender/tkmolrender.in
|
||||
CHECK_INTERPRETER_SKIP= bin/tkmolrender
|
||||
|
||||
# optional:
|
||||
# MPI, niama-config, libr12, libderiv
|
||||
|
|
Loading…
Reference in a new issue