diff options
Diffstat (limited to 'editors/lyx/Makefile')
-rw-r--r-- | editors/lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 6fc122b61d7..47167d5429d 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/01/25 10:30:06 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:18 wiz Exp $ DISTNAME= lyx-2.0.6 CATEGORIES= editors @@ -90,7 +90,7 @@ PLIST_SUBST+= BIN_DIR=bin \ SHARE_DIR=share/lyx .endif -PYTHON_PATCH_SCRIPTS= development/cmake/doc/ReplaceValues.py \ +REPLACE_PYTHON= development/cmake/doc/ReplaceValues.py \ development/cmake/po/cat.py \ development/tools/convert_kmap.py \ development/tools/gen_lfuns.py \ |