diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2004-06-18 18:51:02 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2004-06-18 18:51:02 +0000 |
commit | 38226b09d6e6d65e01f7db03c9d7e61a7ea63b8a (patch) | |
tree | 830283e106b5c5b4974ed7f6ea5769e183303f6f /misc | |
parent | 0cd218ab73c69464d0ba9c9a83d9bd7962a53b18 (diff) | |
download | ports-38226b09d6e6d65e01f7db03c9d7e61a7ea63b8a.tar.gz ports-38226b09d6e6d65e01f7db03c9d7e61a7ea63b8a.zip |
Notes
Diffstat (limited to 'misc')
-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 \ |