diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-11 14:38:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-11 14:38:44 +0000 |
commit | 1c23601f1bf5924abbe0bd469064c7fbd0c456b5 (patch) | |
tree | b6f73697997370020fddb80aa4f76bad16e21a4b /devel/libarena/Makefile | |
parent | d1842a519071955e6807ea8c26f167f48205a1cc (diff) | |
download | ports-1c23601f1bf5924abbe0bd469064c7fbd0c456b5.tar.gz ports-1c23601f1bf5924abbe0bd469064c7fbd0c456b5.zip |
Notes
Diffstat (limited to 'devel/libarena/Makefile')
-rw-r--r-- | devel/libarena/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libarena/Makefile b/devel/libarena/Makefile index 8f3f6f8efae8..ea57536ba01d 100644 --- a/devel/libarena/Makefile +++ b/devel/libarena/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libarena -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.4 CATEGORIES= devel MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/ EXTRACT_SUFX= .tgz @@ -17,7 +17,9 @@ COMMENT= Custom Memory Allocator Interface USE_GMAKE= yes -PLIST_FILES= include/arena/pool.h \ +PLIST_FILES= include/arena/align.h \ + include/arena/arena.h \ + include/arena/pool.h \ include/arena/proto.h \ include/arena/rbits.h \ include/arena/util.h \ |