diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 15:29:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 15:29:19 +0000 |
commit | 36e4ced9f0f7ede08db6285638c2b0fe1ccf9747 (patch) | |
tree | 8a058bc808622e6d03e5efba0e01fa3d0dab8fee /devel/ptmalloc2/Makefile | |
parent | 799c15404c033df4f53dd9a38b7768b8bd169caa (diff) |
Notes
Diffstat (limited to 'devel/ptmalloc2/Makefile')
-rw-r--r-- | devel/ptmalloc2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ptmalloc2/Makefile b/devel/ptmalloc2/Makefile index 84dcf65af8db..ad34f9b440bb 100644 --- a/devel/ptmalloc2/Makefile +++ b/devel/ptmalloc2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ptmalloc2 PORTVERSION= 20060605 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.malloc.de/malloc/ DISTNAME= ${PORTNAME}-current @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-current MAINTAINER= ports@FreeBSD.org COMMENT= Alternative threads-aware malloc -USE_LD_CONFIG= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes ALL_TARGET= posix |