diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /net | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-graphics-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-graphics-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-graphics-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'net')
-rw-r--r-- | net/mpich2/Makefile | 5 | ||||
-rw-r--r-- | net/wmpiki/Makefile | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 2a6707c1406..5d093c9feb3 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) diff --git a/net/wmpiki/Makefile b/net/wmpiki/Makefile index a8b69c49dd5..2f5524f2555 100644 --- a/net/wmpiki/Makefile +++ b/net/wmpiki/Makefile @@ -17,8 +17,7 @@ COMMENT= A multiping host checker dockapp WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|$$(X11BASE)|g' \ |