diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 17:01:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 17:01:51 +0000 |
commit | 7f0a739c6755d9902f4403e050cccc987849c7f7 (patch) | |
tree | bad7e467256725cb879f86e3e88611f24e1d9353 /sysutils/condor/Makefile | |
parent | ba32530d41f2744fd7fc4b9194b76265811be3fc (diff) | |
download | ports-7f0a739c6755d9902f4403e050cccc987849c7f7.tar.gz ports-7f0a739c6755d9902f4403e050cccc987849c7f7.zip |
Notes
Diffstat (limited to 'sysutils/condor/Makefile')
-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 |