diff options
author | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
commit | b6b94f0c669b1ef2a824c69854900b68ec821681 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/xwrits | |
parent | ac9820da6cdeb5833fdaf2717a1633972572c5de (diff) | |
download | pkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'x11/xwrits')
-rw-r--r-- | x11/xwrits/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index 89fe9888080..34fe976dab1 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/05/20 17:12:31 cjep Exp $ +# $NetBSD: Makefile,v 1.11 2002/08/25 21:53:05 jlam Exp $ DISTNAME= xwrits-2.19 CATEGORIES= x11 @@ -8,8 +8,8 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/ COMMENT= Wrist break reminder for prevention of repetitive stress injuries -GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |