diff options
author | xtraeme <xtraeme> | 2004-01-16 03:47:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-16 03:47:06 +0000 |
commit | 08d5a36ccaa827aa93e2a744a1eabe8631b4274c (patch) | |
tree | cae184caaebca1019fbd37711fdf63b3b8d9fabe /devel | |
parent | 70b6a5fad346dce574b09c471239dfe5105ddad4 (diff) | |
download | pkgsrc-08d5a36ccaa827aa93e2a744a1eabe8631b4274c.tar.gz |
oops, fix typo in previous.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsup-gui-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile index 1cef6afbd25..373fcdd69e7 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/16 03:45:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/16 03:47:06 xtraeme Exp $ DISTNAME= cvsup-gui-static-16.1.h PKGNAME= ${DISTNAME:C/-static//} @@ -11,7 +11,7 @@ MAINTAINER= motoyuki@bsdclub.org HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/ COMMENT= cvsup GUI client -DEPENDS+= cvsup-gui-bin-[0-9]*:../../devel/cvsup-gui-bin +DEPENDS+= cvsup-bin-[0-9]*:../../devel/cvsup-bin NO_CONFIGURE= yes NO_BUILD= yes |