summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-07-29 12:12:54 +0000
committerkristerw <kristerw>2004-07-29 12:12:54 +0000
commit29846d4431d59f63b2a4d3967f9edf66e95b6815 (patch)
treee08758ec26cee6e4d8d3b5fdbf13cf6698647887 /fonts
parentb4a11135edb622a7fd6a5e88075f5c65219ca128 (diff)
downloadpkgsrc-29846d4431d59f63b2a4d3967f9edf66e95b6815.tar.gz
fonts/xorgs-fontsEncoding is found in ../../fonts, not in ../../x11.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/xorg-fonts100dpi/Makefile4
-rw-r--r--fonts/xorg-fonts75dpi/Makefile4
-rw-r--r--fonts/xorg-fontsCyrillic/Makefile4
-rw-r--r--fonts/xorg-fontsMisc/Makefile4
-rw-r--r--fonts/xorg-fontsTruetype/Makefile4
-rw-r--r--fonts/xorg-fontsType1/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/fonts/xorg-fonts100dpi/Makefile b/fonts/xorg-fonts100dpi/Makefile
index 34c7906f607..fa5d8a898f9 100644
--- a/fonts/xorg-fonts100dpi/Makefile
+++ b/fonts/xorg-fonts100dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
DISTNAME= X11R6.7.0-src1
PKGNAME= xorg-fonts100dpi-${XORG_VER}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.x.org/
COMMENT= X.org 100dpi bitmap fonts
BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
-DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
CHECK_X11_TYPE= # defined
XBUILD_DIRS= fonts/encodings fonts/bdf/100dpi
diff --git a/fonts/xorg-fonts75dpi/Makefile b/fonts/xorg-fonts75dpi/Makefile
index 3f1395d0d15..d0ee443427a 100644
--- a/fonts/xorg-fonts75dpi/Makefile
+++ b/fonts/xorg-fonts75dpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
DISTNAME= X11R6.7.0-src1
PKGNAME= xorg-fonts75dpi-${XORG_VER}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.x.org/
COMMENT= X.org 75dpi bitmap fonts
BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
-DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
CHECK_X11_TYPE= # defined
XBUILD_DIRS= fonts/encodings fonts/bdf/75dpi
diff --git a/fonts/xorg-fontsCyrillic/Makefile b/fonts/xorg-fontsCyrillic/Makefile
index 502aae45d5a..1334e9ca40f 100644
--- a/fonts/xorg-fontsCyrillic/Makefile
+++ b/fonts/xorg-fontsCyrillic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
DISTNAME= X11R6.7.0-src1
PKGNAME= xorg-fontsCyrillic-${XORG_VER}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.x.org/
COMMENT= X.org Cyrillic bitmap fonts
BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
-DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
CHECK_X11_TYPE= # defined
XBUILD_DIRS= fonts/encodings fonts/bdf/cyrillic
diff --git a/fonts/xorg-fontsMisc/Makefile b/fonts/xorg-fontsMisc/Makefile
index 70ffe28098b..c1cd90de13f 100644
--- a/fonts/xorg-fontsMisc/Makefile
+++ b/fonts/xorg-fontsMisc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
DISTNAME= X11R6.7.0-src1
PKGNAME= xorg-fontsMisc-${XORG_VER}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.x.org/
COMMENT= X.org miscellaneous bitmap fonts
BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
-DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
CHECK_X11_TYPE= # defined
XBUILD_DIRS= fonts/encodings fonts/bdf/misc
diff --git a/fonts/xorg-fontsTruetype/Makefile b/fonts/xorg-fontsTruetype/Makefile
index 8fe3f455be7..868956af9ab 100644
--- a/fonts/xorg-fontsTruetype/Makefile
+++ b/fonts/xorg-fontsTruetype/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
DISTNAME= X11R6.7.0-src1
PKGNAME= xorg-fontsTruetype-${XORG_VER}
@@ -11,7 +11,7 @@ COMMENT= X.org Truetype fonts
BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
BUILD_DEPENDS+= fontconfig-[0-9]*:../../fonts/fontconfig
-DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
CONFLICTS= vera-ttf-[0-9]*
diff --git a/fonts/xorg-fontsType1/Makefile b/fonts/xorg-fontsType1/Makefile
index 8cdf613052e..5f941742547 100644
--- a/fonts/xorg-fontsType1/Makefile
+++ b/fonts/xorg-fontsType1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
DISTNAME= X11R6.7.0-src1
PKGNAME= xorg-fontsType1-${XORG_VER}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.x.org/
COMMENT= X.org Type1 fonts
BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
-DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
CHECK_X11_TYPE= # defined
XBUILD_DIRS= fonts/encodings fonts/scaled/Type1