summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:49:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:49:40 +0000
commit4de654d82e145445d7e0b8bc10e954a4b22d8c59 (patch)
tree7baba5edc01c7ce8905c10d9731037fca3443f8a /x11/kdelibs4/Makefile
parent- Fix shebangs (diff)
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to '')
-rw-r--r--x11/kdelibs4/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index a33eabdfe2b5..918a69347992 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -63,13 +63,6 @@ SHEBANG_FILES= kdecore/kconfig_compiler/checkkcfg.pl \
kio/proxytype.pl \
kioslave/http/kcookiejar/kcookiescfg.pl
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900004
-LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-ConfigureChecks.cmake
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${PATCH_WRKSRC}/kde3support/kdeui/k3sconfig.cpp \
@@ -109,4 +102,4 @@ post-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/share/mime/all \
${STAGEDIR}/${PREFIX}/share/mime/uri
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>