diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-04 00:58:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-04 00:58:27 +0000 |
commit | f1ae25b99f1fda6a604504bdc5c1e75813159538 (patch) | |
tree | 2c52b84d734a5529e4819c7e0e2e3b55ae804d25 /x11 | |
parent | 4dd4957c0d3d35a36be9d496316011b62de91ee5 (diff) | |
download | pkgsrc-f1ae25b99f1fda6a604504bdc5c1e75813159538.tar.gz |
enable dependencies
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kworldwatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 7e5f1401b20..d91891fc4c9 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/04 00:58:27 hubertf Exp $ # DISTNAME= kworldwatch-0.6 @@ -8,8 +8,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org -#DEPENDS+= gettext-0.10.35:../../devel/gettext -#DEPENDS+= kde-1.1.1:../../x11/kde +DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= kde-1.1.1:../../x11/kde USE_X11BASE= YES GNU_CONFIGURE= YES |