diff options
author | obache <obache@pkgsrc.org> | 2012-02-06 11:14:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-06 11:14:13 +0000 |
commit | e6f9e0effb10671c4b0fc1d424e63a2a4e9e2e96 (patch) | |
tree | e08db264f0be95d0f53a5f726d73f9e42ffffe07 | |
parent | b13a783b54e04a0d28b9c12183225a44f2664bd9 (diff) | |
download | pkgsrc-e6f9e0effb10671c4b0fc1d424e63a2a4e9e2e96.tar.gz |
No compiler is requilred.
-rw-r--r-- | textproc/py-cssutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-cssutils/Makefile b/textproc/py-cssutils/Makefile index d45bbed4061..5e8187e2f90 100644 --- a/textproc/py-cssutils/Makefile +++ b/textproc/py-cssutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/09/29 11:51:32 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2012/02/06 11:14:13 obache Exp $ # DISTNAME= cssutils-0.9.7 @@ -15,6 +15,8 @@ LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + PYTHON_VERSIONS_INCOMPATIBLE= 24 # all files are group/others writable. |