aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-06-11 00:31:54 +0800
committervd <vd@FreeBSD.org>2006-06-11 00:31:54 +0800
commitf682ebfe866a111fe095eb5b1ae37a110cee3104 (patch)
treebf08f24df4b12a37c5df6e0c30df107c73302831 /graphics
parent497c32b4486d834d909e6df4dcbf39c67b349e51 (diff)
downloadfreebsd-ports-graphics-f682ebfe866a111fe095eb5b1ae37a110cee3104.tar.gz
freebsd-ports-graphics-f682ebfe866a111fe095eb5b1ae37a110cee3104.tar.zst
freebsd-ports-graphics-f682ebfe866a111fe095eb5b1ae37a110cee3104.zip
* Drop the dpkg dependency, it was only needed for the md5sum command
* Force graphics/xaralx to use the sock md5 instead on md5sum * graphics/xaralx-devel uses Digest::MD5 and does not need md5sum
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xaralx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile
index e0fe3440ee2..dec6fde8ec2 100644
--- a/graphics/xaralx/Makefile
+++ b/graphics/xaralx/Makefile
@@ -22,7 +22,6 @@ USE_X_PREFIX= yes
WXDEP= wxgtk2-unicode>=2.6.3
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config \
${WXDEP}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \
- md5sum:${PORTSDIR}/archivers/dpkg \
xml2-config:${PORTSDIR}/textproc/libxml2 \
zip:${PORTSDIR}/archivers/zip
RUN_DEPENDS+= ${WXDEP}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode
@@ -79,6 +78,8 @@ BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH}
post-patch:
${REINPLACE_CMD} -E -e 's|-I[^[:space:]]*/wxOil[[:space:]]||g' \
${WRKSRC}/Makefile.am
+ ${REINPLACE_CMD} -E -e 's/^CHECKSUM = md5sum$$/CHECKSUM = md5/' \
+ ${WRKSRC}/wxOil/Makefile.am
${REINPLACE_CMD} -E \
-e 's/^Name=Xara LX$$/Name=Xara LX ${PORTVERSION}/' \
${WRKSRC}/xaralx.desktop