diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 01:01:51 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 01:01:51 +0800 |
commit | 7f0a739c6755d9902f4403e050cccc987849c7f7 (patch) | |
tree | bad7e467256725cb879f86e3e88611f24e1d9353 /sysutils/condor | |
parent | ba32530d41f2744fd7fc4b9194b76265811be3fc (diff) | |
download | freebsd-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/Makefile | 4 |
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 |