diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | 67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /x11/kdelibs3 | |
parent | 48b36d105551f382acace5619771b16410f290ce (diff) | |
download | pkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 9131a8e7c43..5994e0e33e1 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2005/12/11 10:53:54 markd Exp $ +# $NetBSD: Makefile,v 1.97 2005/12/29 06:22:25 jlam Exp $ DISTNAME= kdelibs-${_KDE_VERSION} CATEGORIES= x11 @@ -10,7 +10,6 @@ CONFLICTS+= koffice3<=1.1.1 USE_DIRS+= xdg-1.2 USE_TOOLS+= perl:run -USE_PKGINSTALL= YES MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus CONF_FILES+= ${PREFIX}/share/examples/kdelibs3/applications.menu \ |