diff options
-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 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 <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> |