diff options
author | tron <tron> | 1999-10-22 23:55:47 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-22 23:55:47 +0000 |
commit | 71321aab620c7eeeeb4af29f84fa793b74c48450 (patch) | |
tree | 38a80e1be2365bd4b00ca77059ec25fcc1420ffa /net/gaim | |
parent | 107c7fe2b040bcf966057e39e56500a3ef9656c6 (diff) | |
download | pkgsrc-71321aab620c7eeeeb4af29f84fa793b74c48450.tar.gz |
Use wildcard dependence for "gtk+" package.
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 0ef5574af67..d4c5cdb43e6 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/09/20 22:55:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/22 23:55:48 tron Exp $ # DISTNAME= gaim-19981231 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.marko.net/pub/gaim/old/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.marko.net/gaim/ -DEPENDS= gtk+-1.2.4:../../x11/gtk +DEPENDS= gtk+-1.2.*:../../x11/gtk USE_X11BASE= YES USE_GMAKE= YES |