summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-04 00:27:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-04 00:27:13 +0000
commit80a046ff29a3b5369f6f627e5e3075177c9ef7f7 (patch)
treea9314ffe198e882fa88795dbaa42d531f8edee51
parentBROKEN: Unfetchable (diff)
BROKEN on amd64: Incorrect pkg-plist
Notes
Notes: svn path=/head/; revision=147173
-rw-r--r--emulators/linux_base-8/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 8b09f4c788b4..69a8946cedc3 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -71,6 +71,10 @@ LANG= en
.include <bsd.port.pre.mk>
+.if ${ARCH} == amd64
+BROKEN= "Incorrect pkg-plist"
+.endif
+
DBPATH= /var/lib/rpm
RPM= LC_ALL=C rpm
RPMFLAGS= --root ${PREFIX} --dbpath ${DBPATH} --nodeps \