aboutsummaryrefslogtreecommitdiff
path: root/devel/libx86/Makefile
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/libx86/Makefile
parentbb923ac198a0be64da168f9cb5267d483810a603 (diff)
downloadports-c5eb4f6d9a77593238ab7c391b4ecc8009e24d54.tar.gz
ports-c5eb4f6d9a77593238ab7c391b4ecc8009e24d54.zip
Notes
Diffstat (limited to 'devel/libx86/Makefile')
-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>