Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failures in

dependent ports.

PR:		ports/182054
Approved by:	gaod@hychen.org (maintainer timeout, 16 days)
This commit is contained in:
Matthias Andree 2013-09-29 12:53:16 +00:00
parent 0f98949244
commit 16c17a59e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328685

View File

@ -3,6 +3,7 @@
PORTNAME= libidn
PORTVERSION= 1.28
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= GNU
@ -40,6 +41,9 @@ post-patch:
@${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \
${WRKSRC}/doc/Makefile.in
.endif
.if ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e 's/-lidn/& -lintl/' ${WRKSRC}/libidn.pc.in
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}