aboutsummaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 11:11:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 11:11:33 +0000
commitc4c8f4be4536497618de854065bf169361a7ad2b (patch)
tree965f82d89155ed89bcaf360c6ab2b1ed750b5314 /net/mpich2
parent8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff)
downloadports-c4c8f4be4536497618de854065bf169361a7ad2b.tar.gz
ports-c4c8f4be4536497618de854065bf169361a7ad2b.zip
Notes
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 2a6707c14066..5d093c9feb31 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -7,7 +7,8 @@
PORTNAME= mpich2
DISTVERSION= 1.0.6p1
-PORTEPOCH= 3
+PORTREVISION= 1
+PORTEPOCH= 2
CATEGORIES= net parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ \
http://www-unix.mcs.anl.gov/mpi/mpich/downloads/
@@ -54,7 +55,7 @@ CONFIGURE_ARGS+= --disable-graphics
WITHOUT_JAVA= yes
PLIST_SUB+= X11="@comment "
.else
-USE_XLIB= yes
+USE_X11= x11
PLIST_SUB+= X11=""
.endif
.if defined(WITHOUT_JAVA)