diff options
author | reed <reed> | 2004-10-19 15:55:26 +0000 |
---|---|---|
committer | reed <reed> | 2004-10-19 15:55:26 +0000 |
commit | 36b8ba849e90f29f0280afe745057d726fe398eb (patch) | |
tree | 2350016401920afcac9f1b13dc9dc305cbf7c914 | |
parent | 874b30868a8ef24095a2e73792a2426f7a638c75 (diff) | |
download | pkgsrc-36b8ba849e90f29f0280afe745057d726fe398eb.tar.gz |
XFree86-clients is not required at run-time for these packages.
But it is needed to build.
So use BUILD_DEPENDS instead of DEPENDS.
(This is the way the xorg-fonts* packages do it.)
Also bump PKGREVISIONs for these.
(Okayed by maintainer, Juan RP.)
-rw-r--r-- | fonts/XFree86-fonts100dpi/Makefile | 3 | ||||
-rw-r--r-- | fonts/XFree86-fonts75dpi/Makefile | 3 | ||||
-rw-r--r-- | fonts/XFree86-fontsCyrillic/Makefile | 3 | ||||
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile | 5 | ||||
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile.common | 3 | ||||
-rw-r--r-- | fonts/XFree86-fontsMisc/Makefile | 3 |
6 files changed, 13 insertions, 7 deletions
diff --git a/fonts/XFree86-fonts100dpi/Makefile b/fonts/XFree86-fonts100dpi/Makefile index c84b8d70b71..b5e148b4ab3 100644 --- a/fonts/XFree86-fonts100dpi/Makefile +++ b/fonts/XFree86-fonts100dpi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/07/31 02:28:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fonts100dpi-${XF_VER} +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} EXTRACT_SUFX= .tgz diff --git a/fonts/XFree86-fonts75dpi/Makefile b/fonts/XFree86-fonts75dpi/Makefile index f04295e2237..428decb7522 100644 --- a/fonts/XFree86-fonts75dpi/Makefile +++ b/fonts/XFree86-fonts75dpi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/07/31 02:28:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fonts75dpi-${XF_VER} +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} EXTRACT_SUFX= .tgz diff --git a/fonts/XFree86-fontsCyrillic/Makefile b/fonts/XFree86-fontsCyrillic/Makefile index 8a124fd11de..d0420fb4e51 100644 --- a/fonts/XFree86-fontsCyrillic/Makefile +++ b/fonts/XFree86-fontsCyrillic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/07/31 02:28:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:26 reed Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fontsCyrillic-${XF_VER} +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} EXTRACT_SUFX= .tgz diff --git a/fonts/XFree86-fontsEncodings/Makefile b/fonts/XFree86-fontsEncodings/Makefile index 2ed035a045c..6bac6c49a2f 100644 --- a/fonts/XFree86-fontsEncodings/Makefile +++ b/fonts/XFree86-fontsEncodings/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/07/31 02:28:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/10/19 15:55:26 reed Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fontsEncodings-${XF_VER} +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} EXTRACT_SUFX= .tgz @@ -10,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 Encoding fonts -DEPENDS= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients +BUILD_DEPENDS= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients NO_XFREE86_TARGETS= # defined WRKSRC= ${WRKDIR}/xc/fonts/encodings diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common index e1a729657e7..4e3b1ba2058 100644 --- a/fonts/XFree86-fontsEncodings/Makefile.common +++ b/fonts/XFree86-fontsEncodings/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.4 2004/07/30 08:31:22 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/10/19 15:55:26 reed Exp $ # # Makefile fragment used by XFree86-fonts* packages. NO_BUILDLINK= # defined USE_LANGUAGES= # empty +BUILD_DEPENDS= XFree86-clients>=${XF_VER}:../../x11/XFree86-clients DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files diff --git a/fonts/XFree86-fontsMisc/Makefile b/fonts/XFree86-fontsMisc/Makefile index dfedc757a58..24c0d206d32 100644 --- a/fonts/XFree86-fontsMisc/Makefile +++ b/fonts/XFree86-fontsMisc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/07/31 02:28:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/19 15:55:27 reed Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsMisc-${XF_VER} +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XFREE} DISTFILES= XFree86-${XF_VER}-src-1.tgz XFree86-${XF_VER}-src-4.tgz |