diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-29 00:30:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-29 00:30:16 +0000 |
commit | 4636f9b66363fde86ed9483edbf0be3b495b58f4 (patch) | |
tree | c5462bf9c2e09a9418c9fc20207ddfc2703c7ce5 /fonts/XFree86-fontsEncodings | |
parent | 141f67cbf791801be85a040fbeb16536af540aea (diff) | |
download | pkgsrc-4636f9b66363fde86ed9483edbf0be3b495b58f4.tar.gz |
Make sure X11_TYPE=XFree86 is defined before building X11 packages,
this will fix wrong binary packages made by bulk builds.
Diffstat (limited to 'fonts/XFree86-fontsEncodings')
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile | 3 | ||||
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile b/fonts/XFree86-fontsEncodings/Makefile index 920ed9667f9..fb5e9f3925d 100644 --- a/fonts/XFree86-fontsEncodings/Makefile +++ b/fonts/XFree86-fontsEncodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/28 22:06:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/29 00:30:16 xtraeme Exp $ DISTNAME= XFree86-4.4.0-src-4 PKGNAME= XFree86-fontsEncodings-${XF_VER} @@ -13,6 +13,7 @@ COMMENT= XFree86 Encoding fonts DEPENDS= XFree86-clients>=4.4.0:../../x11/XFree86-clients NO_XFREE86_TARGETS= # defined +CHECK_X11_TYPE= # defined WRKSRC= ${WRKDIR}/xc/fonts/encodings post-extract: diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common index 6c6a9ff867e..c87e855dc1d 100644 --- a/fonts/XFree86-fontsEncodings/Makefile.common +++ b/fonts/XFree86-fontsEncodings/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.1 2004/03/28 22:11:32 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/03/29 00:30:16 xtraeme Exp $ # # Makefile fragment used by XFree86-fonts* packages. NO_BUILDLINK= # defined USE_LANGUAGES= # empty +CHECK_X11_TYPE= # defined DEPENDS+= XFree86-fontsEncodings>=4.4.0:../../fonts/XFree86-fontsEncodings FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files |