diff options
Diffstat (limited to 'net/mpich2/Makefile')
-rw-r--r-- | net/mpich2/Makefile | 5 |
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) |