diff options
author | xtraeme <xtraeme> | 2004-03-29 00:30:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-29 00:30:16 +0000 |
commit | 055df961b84f068d8f52b38ce8cedcce347d8813 (patch) | |
tree | c5462bf9c2e09a9418c9fc20207ddfc2703c7ce5 /x11/XFree86-clients | |
parent | 5350af1d4405ad8234fcaf006aa66083eb7f78e5 (diff) | |
download | pkgsrc-055df961b84f068d8f52b38ce8cedcce347d8813.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 'x11/XFree86-clients')
-rw-r--r-- | x11/XFree86-clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-clients/Makefile b/x11/XFree86-clients/Makefile index 1d2b7e6641f..41176fb4bbb 100644 --- a/x11/XFree86-clients/Makefile +++ b/x11/XFree86-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/28 22:06:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/29 00:30:16 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-clients-${XF_VER} @@ -13,6 +13,7 @@ COMMENT= XFree86 client programs and related files USE_X11= yes USE_BUILDLINK3= yes +CHECK_X11_TYPE= # defined DISTINFO_FILE= ${.CURDIR}/../../x11/XFree86-libs/distinfo PATCHDIR= ${.CURDIR}/../../x11/XFree86-libs/patches |