diff options
author | obache <obache@pkgsrc.org> | 2012-02-04 12:35:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-04 12:35:12 +0000 |
commit | 303de0d0c509bccb0b297e3377f06306dcd0a977 (patch) | |
tree | 5cb25075d63960239d991dd54549473137f31dbb /textproc/py-pygments | |
parent | 12c653b192d88e4d20a21426f7936cb2ba677fe0 (diff) | |
download | pkgsrc-303de0d0c509bccb0b297e3377f06306dcd0a977.tar.gz |
No compiler is requilred.
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r-- | textproc/py-pygments/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index d8494db57a8..a6a241098c4 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/02/28 08:54:04 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/02/04 12:35:12 obache Exp $ # DISTNAME= Pygments-1.4 @@ -13,6 +13,8 @@ LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + .include "../../mk/bsd.prefs.mk" .if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS]) |