summaryrefslogtreecommitdiff
path: root/meta-pkgs/XFree86
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-24 09:12:10 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-24 09:12:10 +0000
commitac478da46f43d2872369c0c10f0565f13342de3c (patch)
tree73ffe3cd88a4569f136012e38d8a2cab6e22b262 /meta-pkgs/XFree86
parente22a8e8069bfc6ba31725714b0dd9a7ba83698b3 (diff)
downloadpkgsrc-ac478da46f43d2872369c0c10f0565f13342de3c.tar.gz
Fix PATHS.
Diffstat (limited to 'meta-pkgs/XFree86')
-rw-r--r--meta-pkgs/XFree86/Makefile31
1 files changed, 16 insertions, 15 deletions
diff --git a/meta-pkgs/XFree86/Makefile b/meta-pkgs/XFree86/Makefile
index feed425ff79..6b805005f99 100644
--- a/meta-pkgs/XFree86/Makefile
+++ b/meta-pkgs/XFree86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 08:52:27 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/24 09:12:10 xtraeme Exp $
DISTNAME= # empty
PKGNAME= XFree86-${XF_VER}
@@ -10,19 +10,19 @@ MAINTAINER= xfree86@blef.org
HOMEPAGE= http://www.xfree86.org/
COMMENT= XFree86 meta-package
-DEPENDS= imake>=4.3.0:../../wip/imake
-DEPENDS+= XFree86-libs>=4.3.0:../../wip/XFree86-libs
-DEPENDS+= XFree86-clients>=4.3.0:../../wip/XFree86-clients
-DEPENDS+= XFree86-server>=4.3.0:../../wip/XFree86-server
-DEPENDS+= XFree86-docs>=4.3.0:../../wip/XFree86-docs
-DEPENDS+= XFree86-man>=4.3.0:../../wip/XFree86-man
-DEPENDS+= XFree86-fontsEncodings>=4.3.0:../../wip/XFree86-fontsEncodings
-DEPENDS+= XFree86-fontsCyrillic>=4.3.0:../../wip/XFree86-fontsCyrillic
-DEPENDS+= XFree86-fontsMisc>=4.3.0:../../wip/XFree86-fontsMisc
-DEPENDS+= XFree86-fonts100dpi>=4.3.0:../../wip/XFree86-fonts100dpi
-DEPENDS+= XFree86-fonts75dpi>=4.3.0:../../wip/XFree86-fonts75dpi
-DEPENDS+= XFree86-fontserver>=4.3.0:../../wip/XFree86-fontserver
-DEPENDS+= XFree86-fontsScalable>=4.3.0:../../wip/XFree86-fontsScalable
+DEPENDS= imake>=4.3.0:../../x11/imake
+DEPENDS+= XFree86-libs>=4.3.0:../../x11/XFree86-libs
+DEPENDS+= XFree86-clients>=4.3.0:../../x11/XFree86-clients
+DEPENDS+= XFree86-server>=4.3.0:../../x11/XFree86-server
+DEPENDS+= XFree86-docs>=4.3.0:../../misc/XFree86-docs
+DEPENDS+= XFree86-man>=4.3.0:../../misc/XFree86-man
+DEPENDS+= XFree86-fontsEncodings>=4.3.0:../../fonts/XFree86-fontsEncodings
+DEPENDS+= XFree86-fontsCyrillic>=4.3.0:../../fonts/XFree86-fontsCyrillic
+DEPENDS+= XFree86-fontsMisc>=4.3.0:../../fonts/XFree86-fontsMisc
+DEPENDS+= XFree86-fonts100dpi>=4.3.0:../../fonts/XFree86-fonts100dpi
+DEPENDS+= XFree86-fonts75dpi>=4.3.0:../../fonts/XFree86-fonts75dpi
+DEPENDS+= XFree86-fontserver>=4.3.0:../../fonts/XFree86-fontserver
+DEPENDS+= XFree86-fontsScalable>=4.3.0:../../fonts/XFree86-fontsScalable
USE_BUILDLINK2= yes
NO_BUILD= # defined
@@ -34,5 +34,6 @@ NO_CONFIGURE= # defined
do-install:
# empty
-.include "../../wip/XFree86/Makefile.common"
+.include "../../meta-pkgs/XFree86/Makefile.common"
+
.include "../../mk/bsd.pkg.mk"