diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-08 09:58:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-08 09:58:20 +0000 |
commit | 81f257678a81e48f8358a0f28af820e184efd55b (patch) | |
tree | 27a0715228620a8b3514028b7d4201b13f206d81 /x11/xcb-proto | |
parent | 204c2622abac4ce83471ab5b1522c1b63b082704 (diff) | |
download | pkgsrc-81f257678a81e48f8358a0f28af820e184efd55b.tar.gz |
remove PYTHON_FOR_BUILD_ONLY - we install Python scripts
Diffstat (limited to 'x11/xcb-proto')
-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" |