diff options
Diffstat (limited to 'x11/xwrits/Makefile')
-rw-r--r-- | x11/xwrits/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index 3eba09c016a..7274d5c118c 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:07:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/11 03:07:47 dmcmahill Exp $ -DISTNAME= xwrits-2.12 +DISTNAME= xwrits-2.19 CATEGORIES= x11 MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ @@ -8,7 +8,9 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/ COMMENT= Wrist break reminder for prevention of repetitive stress injuries -USE_X11BASE= YES -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |