diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-30 08:31:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-30 08:31:22 +0000 |
commit | c5c5617e1fbb151c6a58d27754f7cebe106e3fbd (patch) | |
tree | 6a2dd0650e406c94eb4b4a7cb9f6b58d730fd574 /x11/xorg-clients | |
parent | c1e73d3cf3b7dd92ebcd9e889a8343a41549e677 (diff) | |
download | pkgsrc-c5c5617e1fbb151c6a58d27754f7cebe106e3fbd.tar.gz |
Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.
Diffstat (limited to 'x11/xorg-clients')
-rw-r--r-- | x11/xorg-clients/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile index ced9e5152a3..afc02c17b67 100644 --- a/x11/xorg-clients/Makefile +++ b/x11/xorg-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/30 08:31:23 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-clients-${XORG_VER} @@ -13,7 +13,6 @@ COMMENT= X.org client programs and related files USE_X11= yes USE_BUILDLINK3= yes -CHECK_X11_TYPE= # defined DISTINFO_FILE= ${.CURDIR}/../../x11/xorg-libs/distinfo PATCHDIR= ${.CURDIR}/../../x11/xorg-libs/patches |