diff options
Diffstat (limited to 'wm/oroborus/Makefile')
-rw-r--r-- | wm/oroborus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/oroborus/Makefile b/wm/oroborus/Makefile index 74521f1a304..36376a79bb4 100644 --- a/wm/oroborus/Makefile +++ b/wm/oroborus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:27:35 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/10 14:12:51 xtraeme Exp $ # DISTNAME= oroborus_2.0.12-1 @@ -11,10 +11,10 @@ HOMEPAGE= http://www.oroborus.org/ COMMENT= Small and simple window manager for X WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_X11= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |