diff options
author | tron <tron@pkgsrc.org> | 1999-10-22 23:55:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-22 23:55:47 +0000 |
commit | dac52b7e09d1cbb6a1927c9c6c191fa39341c390 (patch) | |
tree | 38a80e1be2365bd4b00ca77059ec25fcc1420ffa /net/gtksamba | |
parent | 1f441e60b4e7529a7e28ee4a337cb20d9ca4c8be (diff) | |
download | pkgsrc-dac52b7e09d1cbb6a1927c9c6c191fa39341c390.tar.gz |
Use wildcard dependence for "gtk+" package.
Diffstat (limited to 'net/gtksamba')
-rw-r--r-- | net/gtksamba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gtksamba/Makefile b/net/gtksamba/Makefile index 171be4edc0d..d90c6649237 100644 --- a/net/gtksamba/Makefile +++ b/net/gtksamba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/08/28 09:43:13 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/22 23:55:49 tron Exp $ # DISTNAME= gtksamba-0.3.2pl1 @@ -9,7 +9,7 @@ MASTER_SITES= http://www.open-systems.com/gtksamba/ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.open-systems.com/gtksamba.html -DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_X11= yes GNU_CONFIGURE= yes |