diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-24 13:41:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-24 13:41:11 +0000 |
commit | 090ec19d9c0ad752fc7fc31ee7f2ce08fc3a10d9 (patch) | |
tree | ab9032e80190300f94e8e81fc8e42d9d498c1dca /net/pvm++ | |
parent | 23903c9d7df45c29b26c5c948715e50a362fee62 (diff) | |
download | ports-090ec19d9c0ad752fc7fc31ee7f2ce08fc3a10d9.tar.gz ports-090ec19d9c0ad752fc7fc31ee7f2ce08fc3a10d9.zip |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=71007
Diffstat (limited to 'net/pvm++')
-rw-r--r-- | net/pvm++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index fac7082866d3..1c7403f86b76 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -8,7 +8,7 @@ PORTNAME= pvm++ PORTVERSION= 0.6.0 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \ http://goethe.ira.uka.de/~wilhelmi/pvm++/ |