summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-09-14 10:51:59 +0000
committerhubertf <hubertf@pkgsrc.org>2001-09-14 10:51:59 +0000
commitbe9e138c9528343af9a6cb4312cb80bd195bc025 (patch)
treec273d88801c109068cda375d0e270bce7b1f4980 /devel
parent159880625f3cc54f77b04c2a8f64f6eda40c6896 (diff)
downloadpkgsrc-be9e138c9528343af9a6cb4312cb80bd195bc025.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')
-rw-r--r--devel/cvsup/Makefile3
-rw-r--r--devel/cvsup/pkg/DESCR2
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>.