From d50ee415aae89b8592ce0143fe803143afdb00ca Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Sep 2004 18:50:35 +0000 Subject: BROKEN on 5.x: Does not build Approved by: portmgr (self) --- emulators/linux_base-debian/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index 3a0fe672469b..7bb773644c07 100644 --- a/emulators/linux_base-debian/Makefile +++ b/emulators/linux_base-debian/Makefile @@ -56,6 +56,12 @@ BASEPACKAGES= adduser apt-utils apt base-config base-files base-passwd \ psmisc sed shellutils slang1 sysvinit tar tasksel tcpd \ telnet textutils util-linux util-linux-locales whiptail +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + post-extract: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/util-linux-locales_2.11n-7_all.deb \ ${WRKSRC} @@ -105,4 +111,4 @@ do-install: ${RM} -rf ${PREFIX}/tmp/* ${PREFIX}/etc/timezone.* -.include +.include -- cgit