diff options
-rw-r--r-- | x11/xcb-proto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index ca080413518..8d5c252b09d 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 10:22:12 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/08 09:58:20 drochner Exp $ # DISTNAME= xcb-proto-1.4 @@ -19,7 +19,6 @@ USE_LANGUAGES= # none PKGCONFIG_OVERRIDE+= xcb-proto.pc.in CONFIGURE_ENV+= XMLLLINT=${BUILDLINK_PREFIX.libxml}/bin/xmllint -PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= yes .include "../../lang/python/application.mk" |