diff options
author | brooks <brooks@FreeBSD.org> | 2004-06-19 02:51:02 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-06-19 02:51:02 +0800 |
commit | e107f8c675e7031cb3217cd5d55cfc4fa952001e (patch) | |
tree | 07d29e297fefb58c097937ab14778a759ede889b /misc/gpt31 | |
parent | 941ddccd03e207e59a2e711a769b3d1737b47077 (diff) | |
download | freebsd-ports-gnome-e107f8c675e7031cb3217cd5d55cfc4fa952001e.tar.gz freebsd-ports-gnome-e107f8c675e7031cb3217cd5d55cfc4fa952001e.tar.zst freebsd-ports-gnome-e107f8c675e7031cb3217cd5d55cfc4fa952001e.zip |
- misc/gpt31 has been repocopied from misc/gpt
- Add CONFILCTS and NO_LATEST_LINK
Diffstat (limited to 'misc/gpt31')
-rw-r--r-- | misc/gpt31/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index 82194e4e951c..bf43512e8590 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= brooks@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) +CONFLICTS= gpt-* +NO_LATEST_LINK= YES + 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 \ |