diff options
author | mef <mef@pkgsrc.org> | 2019-09-23 14:04:10 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-09-23 14:04:10 +0000 |
commit | 32ace60e154993bfef49c83d90a46de3d861d356 (patch) | |
tree | d5f9c93568587dc4b32e49acea04c27fdf3b382d /x11/kdelibs4 | |
parent | 1d6e920210a1dd6db349a3938300e84fd4de1aad (diff) | |
download | pkgsrc-32ace60e154993bfef49c83d90a46de3d861d356.tar.gz |
Correction again, wrong edit, sorry
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index ffe2d8c6aa0..32772a08cfa 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2019/09/23 14:01:32 mef Exp $ +# $NetBSD: Makefile,v 1.104 2019/09/23 14:04:10 mef Exp $ DISTNAME= kdelibs-4.14.38 PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -41,6 +41,8 @@ DEPENDS+= docbook-xsl>=1.75:../../textproc/docbook-xsl USE_LANGUAGES+= c++11 +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man7 ${PKGMANDIR}/man8 + REPLACE_PERL+= \ kio/proxytype.pl \ kio/useragent.pl \ @@ -87,7 +89,6 @@ PLIST.kgrantpty= yes .endif CFLAGS.SunOS+= -D__EXTENSIONS__ - LDFLAGS.Darwin+= -lintl LDFLAGS.SunOS+= -lintl |