diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 18:50:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 18:50:35 +0000 |
commit | d50ee415aae89b8592ce0143fe803143afdb00ca (patch) | |
tree | a559bc75a525f3df2623fc0580fea1d6021f66b2 /emulators | |
parent | ce69acdf4e7ccdd938d9365cd700a16c9c2586fd (diff) | |
download | FreeBSD-ports-d50ee415aae89b8592ce0143fe803143afdb00ca.zip FreeBSD-ports-d50ee415aae89b8592ce0143fe803143afdb00ca.tar.gz |
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-debian/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index 3a0fe67..7bb7736 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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |