diff options
author | xtraeme <xtraeme> | 2004-07-30 08:31:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-30 08:31:22 +0000 |
commit | 21de3a772beace04573d1d4ccb47a9152b989bb2 (patch) | |
tree | 6a2dd0650e406c94eb4b4a7cb9f6b58d730fd574 /fonts/XFree86-fontsEncodings | |
parent | b07b11c25eba4302bb3607c94a76855f3881695c (diff) | |
download | pkgsrc-21de3a772beace04573d1d4ccb47a9152b989bb2.tar.gz |
Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.
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, 2 insertions, 4 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile b/fonts/XFree86-fontsEncodings/Makefile index b2f9c6b85e3..6fa14988d66 100644 --- a/fonts/XFree86-fontsEncodings/Makefile +++ b/fonts/XFree86-fontsEncodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/29 09:06:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/07/30 08:31:22 xtraeme Exp $ DISTNAME= XFree86-${XF_VER}-src-4 PKGNAME= XFree86-fontsEncodings-${XF_VER} @@ -13,7 +13,6 @@ COMMENT= XFree86 Encoding fonts DEPENDS= XFree86-clients>=${XF_VER}:../../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 6482a106a9e..e1a729657e7 100644 --- a/fonts/XFree86-fontsEncodings/Makefile.common +++ b/fonts/XFree86-fontsEncodings/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2004/07/29 09:06:19 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/07/30 08:31:22 xtraeme Exp $ # # Makefile fragment used by XFree86-fonts* packages. NO_BUILDLINK= # defined USE_LANGUAGES= # empty -CHECK_X11_TYPE= # defined DEPENDS+= XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files |