diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 03:47:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 03:47:06 +0000 |
commit | 89690b798d7756adf0ed49548ccdb9c665c91573 (patch) | |
tree | cae184caaebca1019fbd37711fdf63b3b8d9fabe /devel/cvsup-gui-bin | |
parent | edd3d438bda3de399e89474793e992f80431b5ff (diff) | |
download | pkgsrc-89690b798d7756adf0ed49548ccdb9c665c91573.tar.gz |
oops, fix typo in previous.
Diffstat (limited to 'devel/cvsup-gui-bin')
-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 |