summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgrant <grant>2005-07-19 10:01:15 +0000
committergrant <grant>2005-07-19 10:01:15 +0000
commit8e5c68bc6464f7711b87bf4c17adea2559863de7 (patch)
treed12b3d893968c8ca2845e308a987bea5b730defe /chat
parentda27a168e922a1ef509dcd4d2072de4441931df7 (diff)
downloadpkgsrc-8e5c68bc6464f7711b87bf4c17adea2559863de7.tar.gz
depends should be ../../<category>/<pkg>
Diffstat (limited to 'chat')
-rw-r--r--chat/licq-gui-console/Makefile4
-rw-r--r--chat/licq-gui-qt/Makefile4
2 files changed, 4 insertions, 4 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++
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile
index e86a218d747..bdb025a72a7 100644
--- a/chat/licq-gui-qt/Makefile
+++ b/chat/licq-gui-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:05 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/07/19 10:01:16 grant Exp $
#
DISTNAME= licq-1.2.6
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.licq.org/
COMMENT= Qt GUI for licq
BUILDLINK_DEPENDS.qt3-libs?= qt3-libs>=3.0
-DEPENDS+= licq-core-[0-9]*:../licq-core
+DEPENDS+= licq-core-[0-9]*:../../chat/licq-core
.include "../../mk/bsd.prefs.mk"
.if ! exists(${X11BASE}/lib/libXss.so)