summaryrefslogtreecommitdiffstats
path: root/net/mpich/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r--net/mpich/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 4b451c5..acfd75e 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpich
DISTVERSION= 1.2.7p1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
DIST_SUBDIR= mpich
@@ -43,7 +43,7 @@ PLIST_SUB+= X11="@comment "
.else
BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
-USE_XLIB= yes
+USE_XORG= x11
CONFIGURE_ARGS+=--enable-mpe_graphics
PLIST_SUB+= X11=""
.endif
@@ -205,7 +205,7 @@ CONFIGURE_ENV+= RSHCOMMAND="${LOCALBASE}/bin/ssh"
pre-configure:
.for fic in mpe/configure mpe/src/Makefile.in
- ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/${fic}
+ ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${fic}
.endfor
.for fic in examples/basic/Makefile.in installtest/Makefile.in
${REINPLACE_CMD} -e 's|@F90_SUFFIX@|f90|' ${WRKSRC}/${fic}
OpenPOWER on IntegriCloud