diff options
author | dmcmahill <dmcmahill> | 2001-04-14 20:35:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-04-14 20:35:09 +0000 |
commit | 4b9113cacee637e05a927f4692b9616f2554bad6 (patch) | |
tree | d054c7f12e5be2428bbcdef24a048d19d156da87 /time | |
parent | 98377add91e734153b0724d696ca9852d0e5ec9c (diff) | |
download | pkgsrc-4b9113cacee637e05a927f4692b9616f2554bad6.tar.gz |
correct path to gtk depends
Diffstat (limited to 'time')
-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 |