summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-02-03 05:33:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-02-03 05:33:35 +0000
commitc5eb4f6d9a77593238ab7c391b4ecc8009e24d54 (patch)
tree184cb0891e4e8370942d703edc9a3f421a05b245 /devel
parentAttempt to see if we can get this to run on sparc64. (diff)
Doesn't compile on sparc64, and probably doesn't make sense to try.
Notes
Notes: svn path=/head/; revision=227494
Diffstat (limited to 'devel')
-rw-r--r--devel/libx86/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libx86/Makefile b/devel/libx86/Makefile
index 0470f6549ecc..c6abaa325512 100644
--- a/devel/libx86/Makefile
+++ b/devel/libx86/Makefile
@@ -30,4 +30,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libx86.so.1 ${PREFIX}/lib
${LN} -sf ${PREFIX}/lib/libx86.so.1 ${PREFIX}/lib/libx86.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+ONLY_FOR_ARCHS= amd64 i386
+
+.include <bsd.port.post.mk>