diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-26 10:26:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-26 10:26:54 +0000 |
commit | ae5685dfc979dd70b9f69468783b7431741f7989 (patch) | |
tree | cee945eb76dff1c09675480edc4417fe2da69fe7 /x11/kde3-i18n-da/Makefile | |
parent | 7843a1f099ae31d8c53173372461e920c9206eff (diff) | |
download | pkgsrc-ae5685dfc979dd70b9f69468783b7431741f7989.tar.gz |
*: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
Diffstat (limited to 'x11/kde3-i18n-da/Makefile')
-rw-r--r-- | x11/kde3-i18n-da/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/kde3-i18n-da/Makefile b/x11/kde3-i18n-da/Makefile deleted file mode 100644 index 1ed9bb1bf87..00000000000 --- a/x11/kde3-i18n-da/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.63 2016/03/05 11:29:42 jperkin Exp $ - -DISTNAME= kde-i18n-da-${_KDE_VERSION} -PKGREVISION= 28 -CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_KDE_I18N} - -COMMENT= Language bindings for the KDE desktop - -.include "../../meta-pkgs/kde3/Makefile.kde3" - -USE_TOOLS+= msgfmt -BUILDLINK_DEPMETHOD.qt3-libs= build -BUILDLINK_DEPMETHOD.kdelibs= build - -SUBST_CLASSES+= common -SUBST_STAGE.common= post-patch -SUBST_MESSAGE.common= Fix common documentation path. -SUBST_FILES.common= docs/common/Makefile.in -SUBST_SED.common= -e s:/docs/common:/common: - -.include "../../meta-pkgs/kde3/kde3.mk" -.include "../../x11/kdelibs3/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |