diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /net/mpich2 | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209620
Diffstat (limited to 'net/mpich2')
-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) |