diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2007-04-02 13:56:45 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2007-04-02 13:56:45 +0000 |
commit | 1570f47dee6cd88fbd10644bc37632e8e148257f (patch) | |
tree | daa8ddda261ea9db091f543a31dec00eb23a2017 | |
parent | eef24d48e99f234e9cd99e343af20b0757295838 (diff) |
Build only for i386.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=189009
-rw-r--r-- | devel/libhoard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libhoard/Makefile b/devel/libhoard/Makefile index 9dd89e7ffce1..5a7c43f437e8 100644 --- a/devel/libhoard/Makefile +++ b/devel/libhoard/Makefile @@ -7,6 +7,7 @@ PORTNAME= libhoard PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.cs.umass.edu/~emery/hoard/hoard-${PORTVERSION}/ DISTNAME= hoard-36 @@ -14,6 +15,7 @@ DISTNAME= hoard-36 MAINTAINER= osa@FreeBSD.org COMMENT= Fast, scalable and memory-efficient allocator for MP +ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src |