aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/condor
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-03 01:01:51 +0800
committerPav Lucistnik <pav@FreeBSD.org>2007-07-03 01:01:51 +0800
commit7f0a739c6755d9902f4403e050cccc987849c7f7 (patch)
treebad7e467256725cb879f86e3e88611f24e1d9353 /sysutils/condor
parentba32530d41f2744fd7fc4b9194b76265811be3fc (diff)
downloadfreebsd-ports-gnome-7f0a739c6755d9902f4403e050cccc987849c7f7.tar.gz
freebsd-ports-gnome-7f0a739c6755d9902f4403e050cccc987849c7f7.tar.zst
freebsd-ports-gnome-7f0a739c6755d9902f4403e050cccc987849c7f7.zip
- Disable on package cluster: requires fully qualified hostname, which we don't provide
Diffstat (limited to 'sysutils/condor')
-rw-r--r--sysutils/condor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile
index 3729b94acaff..0b47382b9dc9 100644
--- a/sysutils/condor/Makefile
+++ b/sysutils/condor/Makefile
@@ -29,6 +29,10 @@ CONFLICTS= condor-devel-[0-9]*
.include <bsd.port.pre.mk>
+.if defined(PACKAGE_BUILDING)
+IGNORE= requires fully qualified hostname
+.endif
+
.if defined(WITHOUT_SUBMIT_NODE)
INSTALL_SUBMIT_NODE=
.else