diff options
author | brooks <brooks@FreeBSD.org> | 2005-12-03 01:39:32 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-12-03 01:39:32 +0800 |
commit | 7c0603f80654bf1e44adc28d3c348b65bfcd8b04 (patch) | |
tree | 5545833a3e8deb6bb5091ba883098e1c3d513c99 /misc/gpt31/Makefile | |
parent | 902f750ee02e96669abd9d2583ac5500106cd587 (diff) | |
download | freebsd-ports-gnome-7c0603f80654bf1e44adc28d3c348b65bfcd8b04.tar.gz freebsd-ports-gnome-7c0603f80654bf1e44adc28d3c348b65bfcd8b04.tar.zst freebsd-ports-gnome-7c0603f80654bf1e44adc28d3c348b65bfcd8b04.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.
Diffstat (limited to 'misc/gpt31/Makefile')
-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 \ |