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 | |
parent | 6701dc8ba7e1ceaa040dde0cc1e31ca86c9abc60 (diff) | |
download | pkgsrc-9b1ec25d568c422f025b58ce280383899c1b8ae9.tar.gz |
depends should be ../../<category>/<pkg>
-rw-r--r-- | chat/licq-gui-console/Makefile | 4 | ||||
-rw-r--r-- | chat/licq-gui-qt/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby/Makefile | 4 | ||||
-rw-r--r-- | lang/swi-prolog/Makefile | 6 |
4 files changed, 9 insertions, 9 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) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 0a160aee6e8..28e75a0fb2f 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/17 04:49:47 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/07/19 10:02:11 grant Exp $ DISTNAME= ruby-${RUBY_VERSION} PKGREVISION= 2 @@ -18,7 +18,7 @@ PLIST_SRC= ${WRKDIR}/PLIST .include "../../lang/ruby/rubyversion.mk" -DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../${RUBY_PKGPREFIX}-base +DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../../lang/${RUBY_PKGPREFIX}-base RUBY_COMMANDS= irb ruby .if ${RUBY_VER} >= 18 diff --git a/lang/swi-prolog/Makefile b/lang/swi-prolog/Makefile index c647ed65d27..cb744bfe297 100644 --- a/lang/swi-prolog/Makefile +++ b/lang/swi-prolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/02/21 20:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.34 2005/07/19 10:02:11 grant Exp $ .include "../swi-prolog-lite/Makefile.common" @@ -9,8 +9,8 @@ CATEGORIES= lang MAINTAINER= tech-pkg@NetBSD.org COMMENT= ISO/Edinburgh-style Prolog compiler suite -DEPENDS+= swi-prolog-lite-${SWIPLVERS}nb1:../swi-prolog-lite -DEPENDS+= swi-prolog-packages-${SWIPLVERS}nb1:../swi-prolog-packages +DEPENDS+= swi-prolog-lite-${SWIPLVERS}nb1:../../lang/swi-prolog-lite +DEPENDS+= swi-prolog-packages-${SWIPLVERS}nb1:../../lang/swi-prolog-packages NO_BUILD= yes NO_CHECKSUM= yes |