diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-14 20:35:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-14 20:35:09 +0000 |
commit | c18710a2cc4c274d3f88c482c5a4a0789a162983 (patch) | |
tree | d054c7f12e5be2428bbcdef24a048d19d156da87 | |
parent | 4fba76b074242e1a4ff81b972011d533495b5b80 (diff) | |
download | pkgsrc-c18710a2cc4c274d3f88c482c5a4a0789a162983.tar.gz |
correct path to gtk depends
-rw-r--r-- | time/wmfishtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/wmfishtime/Makefile b/time/wmfishtime/Makefile index 703f8b9d000..4a2d5d154b0 100644 --- a/time/wmfishtime/Makefile +++ b/time/wmfishtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/09 06:46:12 kei Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/14 20:35:09 dmcmahill Exp $ # DISTNAME= wmfishtime-1.1 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ne.jp/asahi/linux/timecop/ COMMENT= dockable clock application with clock, date and fish -DEPENDS+= gtk+>=1.2.9:../gtk +DEPENDS+= gtk+>=1.2.9:../../x11/gtk USE_X11BASE= # defined |