diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:33:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:33:35 +0000 |
commit | c5eb4f6d9a77593238ab7c391b4ecc8009e24d54 (patch) | |
tree | 184cb0891e4e8370942d703edc9a3f421a05b245 /devel/libx86/Makefile | |
parent | bb923ac198a0be64da168f9cb5267d483810a603 (diff) | |
download | ports-c5eb4f6d9a77593238ab7c391b4ecc8009e24d54.tar.gz ports-c5eb4f6d9a77593238ab7c391b4ecc8009e24d54.zip |
Notes
Diffstat (limited to 'devel/libx86/Makefile')
-rw-r--r-- | devel/libx86/Makefile | 6 |
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> |