diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-09-29 12:53:16 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-09-29 12:53:16 +0000 |
commit | 16c17a59e29c083693bb859248001dae1cb3964d (patch) | |
tree | 17eb216197eacc5881f5cd4af2df95a510b52e39 /dns | |
parent | 0f989492447f0f9c96c88396a6af11809fa98db7 (diff) | |
download | ports-16c17a59e29c083693bb859248001dae1cb3964d.tar.gz ports-16c17a59e29c083693bb859248001dae1cb3964d.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 80d1766f304e..48d566f8ef75 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -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} |