aboutsummaryrefslogtreecommitdiff
path: root/graphics/xaralx
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2008-08-25 11:23:15 +0000
committerVasil Dimov <vd@FreeBSD.org>2008-08-25 11:23:15 +0000
commit665838179125a850a0cf1df6a0e56204d512bcb8 (patch)
tree6caec3a1c0f6d7f3b455b65631d4cd12fdef40a9 /graphics/xaralx
parent6259bcd11ae40e75ade7d003af3169e0a54c45e3 (diff)
Notes
Diffstat (limited to 'graphics/xaralx')
-rw-r--r--graphics/xaralx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile
index 066f289a9a5d..2629258268b1 100644
--- a/graphics/xaralx/Makefile
+++ b/graphics/xaralx/Makefile
@@ -65,7 +65,8 @@ ONLY_FOR_ARCHS_REASON= does not configure due to the lack of CDraw libraries for
.if ${OSVERSION} < 700036
# we're using ptmalloc because the stock libc does not have malloc_usable_size()
-LIB_DEPENDS+= ptmalloc.2:${PORTSDIR}/devel/ptmalloc
+BUILD_DEPENDS+= ptmalloc>=2.0_1:${PORTSDIR}/devel/ptmalloc
+RUN_DEPENDS+= ptmalloc>=2.0_1:${PORTSDIR}/devel/ptmalloc
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lptmalloc"
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include/ptmalloc"
.else