aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2009-02-05 04:35:25 +0800
committerthierry <thierry@FreeBSD.org>2009-02-05 04:35:25 +0800
commit4250759d61b52a4e0d041c52db31a7e13d825e84 (patch)
treeea80b73a0220f6d45cab0929aaab42e334f6a54e /net
parent9c5e505a66f4cfcb497892db41d496a9f4d2ffa4 (diff)
downloadfreebsd-ports-gnome-4250759d61b52a4e0d041c52db31a7e13d825e84.tar.gz
freebsd-ports-gnome-4250759d61b52a4e0d041c52db31a7e13d825e84.tar.zst
freebsd-ports-gnome-4250759d61b52a4e0d041c52db31a7e13d825e84.zip
Fix LIB_DEPENDS.
Diffstat (limited to 'net')
-rw-r--r--net/mpich2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index a8570ea75526..3f42358689ef 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -18,7 +18,7 @@ DIST_SUBDIR= mpich
MAINTAINER= ports@FreeBSD.org
COMMENT= A portable implementation of MPI-1 and MPI-2
-LIB_DEPENDS= execinfo.1:${PORTDIR}/devel/libexecinfo
+LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
#BUILD_DEPENDS= doctext:${PORTSDIR}/textproc/sowing
#-----------------------------------------------------------------------