diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 03:45:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 03:45:48 +0000 |
commit | 89cda5f09b5f8ed03f4c244f2797de7f5e0b0b5a (patch) | |
tree | 331925451975474bf1aa31765433c13f10cff11c /devel/cvsup-gui-bin/Makefile | |
parent | 282e197b8c325b3300f68c0e0561ecd5babe4943 (diff) | |
download | pkgsrc-89cda5f09b5f8ed03f4c244f2797de7f5e0b0b5a.tar.gz |
Fix DEPENDS.
Diffstat (limited to 'devel/cvsup-gui-bin/Makefile')
-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 24e49116502..1cef6afbd25 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/05 23:51:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/16 03:45:48 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-[0-9]*:../../devel/cvsup +DEPENDS+= cvsup-gui-bin-[0-9]*:../../devel/cvsup-gui-bin NO_CONFIGURE= yes NO_BUILD= yes |