diff options
Diffstat (limited to 'wm/matchbox/Makefile')
-rw-r--r-- | wm/matchbox/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile index 07d13244072..22e07b04f1d 100644 --- a/wm/matchbox/Makefile +++ b/wm/matchbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/04 13:17:06 grant Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/23 23:23:26 jlam Exp $ # DISTNAME= matchbox-0.3.2 @@ -9,9 +9,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://handhelds.org/~mallum/matchbox/ COMMENT= window manager designed for computers with small displays +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/ossaudio.buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |