diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-12-02 17:39:32 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-12-02 17:39:32 +0000 |
commit | 141addc6bb6da3cddb86bb7b59c9a0275dd56ac2 (patch) | |
tree | 90127dbabca659a98ffb8d59b693a41c723840de /misc/gpt31 | |
parent | 7a2d97539f35f70d06d92f4e40d5d4918b5be3d8 (diff) | |
download | ports-141addc6bb6da3cddb86bb7b59c9a0275dd56ac2.tar.gz ports-141addc6bb6da3cddb86bb7b59c9a0275dd56ac2.zip |
Mark broken due to configure errors. Admit I don't have time or
interest in fixing the problems with this obsolete port and drop
maintainership.
Notes
Notes:
svn path=/head/; revision=150243
Diffstat (limited to 'misc/gpt31')
-rw-r--r-- | misc/gpt31/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index fcc34baa15b6..81f0e6004db3 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/Makefile @@ -12,12 +12,14 @@ CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) CONFLICTS= gpt-* NO_LATEST_LINK= YES +BROKEN= "Does not build" + RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ |