diff options
author | kris <kris@FreeBSD.org> | 2004-12-11 21:37:14 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-11 21:37:14 +0000 |
commit | a9ea048e58b601683af0bb607116f2601a96671c (patch) | |
tree | 4940616fd09355bd1a580cd2c58132412ae76da7 /emulators/linux_base-debian | |
parent | cb944b409ed2811c7c91d11663d799fda81e1234 (diff) | |
download | FreeBSD-ports-a9ea048e58b601683af0bb607116f2601a96671c.zip FreeBSD-ports-a9ea048e58b601683af0bb607116f2601a96671c.tar.gz |
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 7bb7736..1740450 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> |