summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 18:50:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 18:50:35 +0000
commitf551de3b5862b419c13f7161cb79a1ad531fd159 (patch)
tree149366f9cb668b2f5113062505b343fa037c5cb6 /emulators
parent- Update to 0.1.1 and unbreak (diff)
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118261
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-debian/Makefile8
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>