diff options
author | brooks <brooks@FreeBSD.org> | 2006-02-15 14:00:06 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-02-15 14:00:06 +0800 |
commit | 0d4492d4737493415f69e16b0144a35638a72c92 (patch) | |
tree | f732ed2d7a04d57425e52229767b37e430b84d90 /net | |
parent | 64b06b71a58006bc75f5029eabd549206d13f218 (diff) | |
download | freebsd-ports-gnome-0d4492d4737493415f69e16b0144a35638a72c92.tar.gz freebsd-ports-gnome-0d4492d4737493415f69e16b0144a35638a72c92.tar.zst freebsd-ports-gnome-0d4492d4737493415f69e16b0144a35638a72c92.zip |
CONFLICTS with globus2 and add a build dep on gtar.
Reported by: kris (gtar)
Diffstat (limited to 'net')
-rw-r--r-- | net/globus4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/globus4/Makefile b/net/globus4/Makefile index e725231d1add..6708f929291c 100644 --- a/net/globus4/Makefile +++ b/net/globus4/Makefile @@ -20,6 +20,9 @@ EXTRACT_ONLY= ${INSTALLER} MAINTAINER= brooks@FreeBSD.org COMMENT= Grid computing toolkit +CONFLICTS= globus-2* + +BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo INSTALLER= ${DISTNAME}${EXTRACT_SUFX} |