diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2006-01-08 02:35:17 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2006-01-08 02:35:17 +0000 |
commit | 9bc071671dd6818df56611ed9444c9b1c07e369b (patch) | |
tree | 422582fe17d833613a195014aee654b4da576435 | |
parent | d68e649c8143c425f4bd10ad51963ecbb199ac69 (diff) | |
download | freebsd-ports-9bc071671dd6818df56611ed9444c9b1c07e369b.zip |
Remove ONLY_FOR_ARCHS. libdrm seems to build fine on at least sparc64
and ia64.
-rw-r--r-- | graphics/libdrm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 6d83efe50ce0..0c6acf8319bf 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://dri.freedesktop.org/libdrm/ MAINTAINER= x11@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services -ONLY_FOR_ARCHS= alpha amd64 i386 USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes |