diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:11:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:11:21 +0000 |
commit | aeec5966d09f1570a6aa5592e384cad155b12a8d (patch) | |
tree | e00fd42aaaa0961febbf634efae3e7723e2e798a /ukrainian | |
parent | 3bb8347198178884c067b2603569360a7fa5f31d (diff) | |
download | ports-aeec5966d09f1570a6aa5592e384cad155b12a8d.tar.gz ports-aeec5966d09f1570a6aa5592e384cad155b12a8d.zip |
Notes
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/iceb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ukrainian/iceb/Makefile b/ukrainian/iceb/Makefile index 37b90be844c8..87ef7c25b67b 100644 --- a/ukrainian/iceb/Makefile +++ b/ukrainian/iceb/Makefile @@ -35,6 +35,10 @@ CONFIGURE_ENV= ICEB_DB_LIB=${LOCALBASE}/lib/mysql .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure.in |