diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2008-02-09 09:52:21 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2008-02-09 09:52:21 +0000 |
commit | c4ea51a43448246081b20bed205e49ab0e0cdf05 (patch) | |
tree | 9c1b7442cbbf561939e8f2f3149d2baa05fae460 /graphics/xaralx-devel | |
parent | - add patch to support PostgreSQL 8.3 (diff) |
graphics/xaralx, graphics/xaralx-devel:
Get rid of the dlmalloc dependency on a recent FreeBSD versions (>= 700036)
since they provide malloc_usable_size().
PR: ports/120058 (with some modifications)
Submitted by: Dave Grochowski <malus.x@gmail.com>
Diffstat (limited to 'graphics/xaralx-devel')
-rw-r--r-- | graphics/xaralx-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/xaralx-devel/Makefile b/graphics/xaralx-devel/Makefile index 3ca3fec9b4ac..f26eab1fa2f3 100644 --- a/graphics/xaralx-devel/Makefile +++ b/graphics/xaralx-devel/Makefile @@ -6,7 +6,7 @@ # PORTVERSION= 0.7r1768 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 @@ -16,6 +16,7 @@ MASTERDIR= ${.CURDIR}/../xaralx MD5_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist PATCHDIR= ${.CURDIR}/files -EXTRA_PATCHES= ${MASTERDIR}/files/patch-configure.in +EXTRA_PATCHES= ${MASTERDIR}/files/patch-configure.in \ + ${MASTERDIR}/files/patch-wxOil_compatdef.h .include "${MASTERDIR}/Makefile" |