diff options
Diffstat (limited to 'x11/xwrits/Makefile')
-rw-r--r-- | x11/xwrits/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index bfe40ec9518..d27381b111d 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/17 09:27:34 frueauf Exp $ -DISTNAME= xwrits-2.6.1 +DISTNAME= xwrits-2.7.3 CATEGORIES= x11 MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/ +CONFLICTS= xwrits-* + +USE_X11= YES GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |