1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add missing dependency on execinfo, fixing build on 9.x

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-06-25 15:47:42 +00:00
parent bec8859992
commit dd8b1436c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390581

View File

@ -15,15 +15,13 @@ LICENSE= GPLv3
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
USES= gmake pkgconfig tar:xz
USES= execinfo gmake pkgconfig tar:xz
USE_GNOME= glib20 libxml2
USE_GCC= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
pre-configure:
@${REINPLACE_CMD} -e 's|/etc/telegram-purple/server.pub|${PREFIX}/etc/telegram-purple/server.pub|g' \
${WRKSRC}/telegram-purple.c
.include <bsd.port.post.mk>
.include <bsd.port.mk>