diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 02:29:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 02:29:35 +0000 |
commit | f3bc7402dd66a8de55dbb1232fc7d96613c05048 (patch) | |
tree | 9e2208688df083509bb1d525c071f8e0c3f07e84 /x11 | |
parent | 8327f97b24a13cba51dca9c23120a3d5c7a451a4 (diff) | |
download | pkgsrc-f3bc7402dd66a8de55dbb1232fc7d96613c05048.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdaemon/Makefile | 4 | ||||
-rw-r--r-- | x11/xdaemon2/Makefile | 4 | ||||
-rw-r--r-- | x11/xview/Makefile | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile index 70eaf6605e5..22fd32b977f 100644 --- a/x11/xdaemon/Makefile +++ b/x11/xdaemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 02:29:50 grant Exp $ DISTNAME= xdaemon-1.0 CATEGORIES= games x11 @@ -9,7 +9,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= BSD Daemon sticking on your desktop (like xteddy) -DEPENDS+= xteddy-1.*:../xteddy +DEPENDS+= xteddy-1.*:../../x11/xteddy CONFLICT+= xdaemon-2.* diff --git a/x11/xdaemon2/Makefile b/x11/xdaemon2/Makefile index 1830efdca37..89b7de8ec40 100644 --- a/x11/xdaemon2/Makefile +++ b/x11/xdaemon2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:45 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/19 02:30:01 grant Exp $ DISTNAME= xdaemon-2.0 PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= BSD Daemon sticking on your desktop (like xteddy) -DEPENDS+= xteddy-2.*:../xteddy2 +DEPENDS+= xteddy-2.*:../../x11/xteddy2 CONFLICT+= xdaemon-1.* diff --git a/x11/xview/Makefile b/x11/xview/Makefile index 8fc0d0a2a52..bd5836ba244 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:48:17 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/19 02:29:35 grant Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -10,9 +10,9 @@ DISTFILES= # empty MAINTAINER= tech-pkg@NetBSD.org COMMENT= OpenLook Toolkit meta-package -DEPENDS+= xview-config>=3.2.1:../xview-config -DEPENDS+= xview-lib>=3.2.1:../xview-lib -DEPENDS+= xview-clients>=3.2.1:../xview-clients +DEPENDS+= xview-config>=3.2.1:../../x11/xview-config +DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib +DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib |