diff options
author | obache <obache> | 2012-02-04 12:35:12 +0000 |
---|---|---|
committer | obache <obache> | 2012-02-04 12:35:12 +0000 |
commit | 2dc0ce8c036aa6b2bef5d688c34ffc02d4bb6e9e (patch) | |
tree | 5cb25075d63960239d991dd54549473137f31dbb /textproc/py-textile | |
parent | fadc1182094381dadcb24aca3d6a075c02ef8b8e (diff) | |
download | pkgsrc-2dc0ce8c036aa6b2bef5d688c34ffc02d4bb6e9e.tar.gz |
No compiler is requilred.
Diffstat (limited to 'textproc/py-textile')
-rw-r--r-- | textproc/py-textile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-textile/Makefile b/textproc/py-textile/Makefile index bae6211b622..3c5b862b08a 100644 --- a/textproc/py-textile/Makefile +++ b/textproc/py-textile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/10/25 08:30:10 obache Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/04 12:38:43 obache Exp $ # DISTNAME= textile-2.1.5 @@ -13,5 +13,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |