diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:01:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:01:15 +0000 |
commit | 9b1ec25d568c422f025b58ce280383899c1b8ae9 (patch) | |
tree | d12b3d893968c8ca2845e308a987bea5b730defe /chat/licq-gui-console/Makefile | |
parent | 6701dc8ba7e1ceaa040dde0cc1e31ca86c9abc60 (diff) | |
download | pkgsrc-9b1ec25d568c422f025b58ce280383899c1b8ae9.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'chat/licq-gui-console/Makefile')
-rw-r--r-- | chat/licq-gui-console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile index c584873f99c..628cfa52d2a 100644 --- a/chat/licq-gui-console/Makefile +++ b/chat/licq-gui-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:05 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 10:01:15 grant Exp $ # DISTNAME= licq-1.2.6 @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.licq.org/ COMMENT= Curses GUI for licq -DEPENDS+= licq-core-[0-9]*:../licq-core +DEPENDS+= licq-core-[0-9]*:../../chat/licq-core GNU_CONFIGURE= YES USE_LANGUAGES= c c++ |