diff options
author | mva <mva@FreeBSD.org> | 2014-12-07 18:01:36 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-12-07 18:01:36 +0800 |
commit | 8b2696fd2ba8d06ddc0432f73ad874b2be141607 (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/makefaq | |
parent | 823674ff620dee40988a7c1b848b5d970987fcb7 (diff) | |
download | freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.gz freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.zst freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.zip |
- Convert textproc/ to USES=python
With hat: python@
Diffstat (limited to 'textproc/makefaq')
-rw-r--r-- | textproc/makefaq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/makefaq/Makefile b/textproc/makefaq/Makefile index 04901208519e..cb00abdd519c 100644 --- a/textproc/makefaq/Makefile +++ b/textproc/makefaq/Makefile @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Makefaq is a Python program that creates a (FAQ) -USE_PYTHON= yes +USES= python NO_BUILD= yes PLIST_FILES= bin/makefaq.py man/man1/makefaq.1.gz |