summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-11 22:06:08 +0000
committerjoerg <joerg>2014-12-11 22:06:08 +0000
commit87646022182755306974a0ecfacbf732a3e74f92 (patch)
treea3a1e35aa4f89f648d2e38c0f5d13f0b4dd49981 /biology
parentb4bccff0346060cb84e2472ecaa1fbab343af67f (diff)
downloadpkgsrc-87646022182755306974a0ecfacbf732a3e74f92.tar.gz
Don't depend on implicit ${PREFIX}/lib.
Diffstat (limited to 'biology')
-rw-r--r--biology/mpqc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/mpqc/Makefile b/biology/mpqc/Makefile
index 2f14750085b..aad47d0ee32 100644
--- a/biology/mpqc/Makefile
+++ b/biology/mpqc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/12/11 22:06:08 joerg Exp $
DISTNAME= mpqc-2.3.1
PKGREVISION= 3
@@ -12,7 +12,7 @@ COMMENT= The Massively Parallel Quantum Chemistry Program
USE_LANGUAGES= c c++ fortran77
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libdirs="$(COMPILER_RPATH_FLAG)$(PREFIX)/lib" # fixme
+CONFIGURE_ARGS+= --with-libdirs="-L${PREFIX}/lib $(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