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 | 8dc820991ace93a3fb7fdde03b016d84016b24f6 (patch) | |
tree | 9e2208688df083509bb1d525c071f8e0c3f07e84 /x11/xview | |
parent | 0410b06d8f850c5843cb653cb144063af3298071 (diff) | |
download | pkgsrc-8dc820991ace93a3fb7fdde03b016d84016b24f6.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'x11/xview')
-rw-r--r-- | x11/xview/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |