diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:37:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:37:14 +0000 |
commit | ec7608e820ac2da95e42c6adf8d49a15bc82e000 (patch) | |
tree | bf930c5d11c55958eb16f81aaef5a9dc44d2413c /emulators/linux_base-debian | |
parent | BROKEN: Unfetchable (diff) |
BROKEN: Does not build
Diffstat (limited to 'emulators/linux_base-debian')
-rw-r--r-- | emulators/linux_base-debian/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index 7bb773644c07..174045065b55 100644 --- a/emulators/linux_base-debian/Makefile +++ b/emulators/linux_base-debian/Makefile @@ -56,11 +56,7 @@ 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 <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif +BROKEN= "Does not build" post-extract: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/util-linux-locales_2.11n-7_all.deb \ @@ -111,4 +107,4 @@ do-install: ${RM} -rf ${PREFIX}/tmp/* ${PREFIX}/etc/timezone.* -.include <bsd.port.post.mk> +.include <bsd.port.mk> |