diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
commit | 1ec59ed085b1ff1f6e20d1405322bb025382f0fb (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /x11/matchbox-desktop | |
parent | 2376bd0fbc35ba2000266ac8a72838cb21b47d13 (diff) | |
download | pkgsrc-1ec59ed085b1ff1f6e20d1405322bb025382f0fb.tar.gz |
USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework. In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
Diffstat (limited to 'x11/matchbox-desktop')
-rw-r--r-- | x11/matchbox-desktop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/matchbox-desktop/Makefile b/x11/matchbox-desktop/Makefile index fa5a8cb3079..5ab935e8107 100644 --- a/x11/matchbox-desktop/Makefile +++ b/x11/matchbox-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:31:10 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/14 20:43:23 jlam Exp $ # DISTNAME= matchbox-desktop-0.9.1 @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://project.o-hand.com/matchbox/ COMMENT= Desktop manager for Matchbox -USE_PKGINSTALL= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |