diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-15 07:40:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-15 07:40:36 +0000 |
commit | 80cb699533832fc0ec887cf8841c588a21aa1c03 (patch) | |
tree | 7b7325f0731707d34ce2735377e9f839c0921ee0 /misc/compat4x/Makefile | |
parent | b1ad1a1b4cf5c7b478b8e1265063eb7df3f938dc (diff) | |
download | ports-80cb699533832fc0ec887cf8841c588a21aa1c03.tar.gz ports-80cb699533832fc0ec887cf8841c588a21aa1c03.zip |
Notes
Diffstat (limited to 'misc/compat4x/Makefile')
-rw-r--r-- | misc/compat4x/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index a3cbe289b938..b5f948224e3c 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -26,6 +26,10 @@ TARGET_DIR= ${PREFIX}/lib/compat INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/compat +.if defined(BATCH) || defined(PACKAGE_BUILDING) +IGNORE= "does damage to bento cluster" +.endif + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 |