diff options
author | hubertf <hubertf> | 2001-09-14 10:51:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-14 10:51:59 +0000 |
commit | 002ac9cc1ce6c43e0db236ebae731d08ad74eeaa (patch) | |
tree | c273d88801c109068cda375d0e270bce7b1f4980 /devel/cvsup | |
parent | e1aec9052821db865f2f0e8c26b6ada5eb51fc12 (diff) | |
download | pkgsrc-002ac9cc1ce6c43e0db236ebae731d08ad74eeaa.tar.gz |
Do not require X
Mention in the DESCR file that this is the non-GUI version.
(I need to find time to make a seperate package for the
GUI version)
Diffstat (limited to 'devel/cvsup')
-rw-r--r-- | devel/cvsup/Makefile | 3 | ||||
-rw-r--r-- | devel/cvsup/pkg/DESCR | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/cvsup/Makefile b/devel/cvsup/Makefile index bc1cbcb403b..21fed2f4b5d 100644 --- a/devel/cvsup/Makefile +++ b/devel/cvsup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/13 10:58:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/14 10:51:59 hubertf Exp $ DISTNAME= cvsup-bin-nogui-16.1d PKGNAME= cvsup-16.1.d @@ -13,7 +13,6 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes ONLY_FOR_PLATFORM= NetBSD-1.5*-i386 -USE_X11= yes do-install: for i in cvpasswd cvsup ; do \ diff --git a/devel/cvsup/pkg/DESCR b/devel/cvsup/pkg/DESCR index b025798f85a..df8cc85d09a 100644 --- a/devel/cvsup/pkg/DESCR +++ b/devel/cvsup/pkg/DESCR @@ -1,4 +1,4 @@ -cvsup server and client. +cvsup server and non-GUI client. the binary is for NetBSD 1.5/i386/ELF systems, and compiled by Markus Kurek <Markus.Kurek@t-online.de>. |