diff options
author | obache <obache@pkgsrc.org> | 2012-02-06 11:06:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-06 11:06:42 +0000 |
commit | 77eb68f03b78658b6860d32cfb11f0548e39b996 (patch) | |
tree | 8a9ad36b74b14f8561f8033752c4805dff6caf0d | |
parent | c7b19766ef729b77b0b64483f1c43b927f98d2ed (diff) | |
download | pkgsrc-77eb68f03b78658b6860d32cfb11f0548e39b996.tar.gz |
no compiler is required.
-rw-r--r-- | textproc/py-X/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile index b27e9771d7f..eeec38839cf 100644 --- a/textproc/py-X/Makefile +++ b/textproc/py-X/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/02/06 11:04:46 obache Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/06 11:06:42 obache Exp $ # DISTNAME= PyX-0.9 @@ -19,6 +19,8 @@ DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + CONF_FILES= ${PREFIX}/share/examples/PyX/pyxrc \ ${PKG_SYSCONFDIR}/pyxrc |