diff options
author | rh <rh@pkgsrc.org> | 1999-08-28 09:43:06 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-28 09:43:06 +0000 |
commit | 6c7e0a91ff1abc57c816f20e5db5adeaf2b30873 (patch) | |
tree | 8d07d8f005aa52375ea0db13eef8463410f3ae07 /x11/ascp | |
parent | 2e31533cd7834c1c72dec426d059afb4ae5e4686 (diff) | |
download | pkgsrc-6c7e0a91ff1abc57c816f20e5db5adeaf2b30873.tar.gz |
Update dependency on gtk+-1.2.4
Diffstat (limited to 'x11/ascp')
-rw-r--r-- | x11/ascp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ascp/Makefile b/x11/ascp/Makefile index aa5989e4f4c..c8fe634c170 100644 --- a/x11/ascp/Makefile +++ b/x11/ascp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/07 07:26:01 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/28 09:43:14 rh Exp $ DISTNAME= ascp-1.0.2 CATEGORIES= x11 @@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html DEPENDS+= afterstep-1.6.10:../../x11/afterstep -DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk USE_X11BASE= yes GNU_CONFIGURE= yes |