diff options
Diffstat (limited to 'net/pvm++/Makefile')
-rw-r--r-- | net/pvm++/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 05f0964c5e59..fac7082866d3 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -7,22 +7,19 @@ # PORTNAME= pvm++ -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \ http://goethe.ira.uka.de/~wilhelmi/pvm++/ MASTER_SITE_SUBDIR= ${PORTNAME:S:+:-plus:g} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm GNU_CONFIGURE= yes -USE_LIBTOOL= yes - USE_GMAKE= yes - INSTALLS_SHLIB= yes post-install: |