ports/ftp/lftp/files/patch-po-Makevars
2015-06-22 20:49:39 +00:00

20 lines
840 B
Text

Add missing PO variables
--- po/Makevars.orig 2015-06-20 21:14:07.000000000 +0000
+++ po/Makevars 2015-06-20 21:15:13.000000000 +0000
@@ -23,3 +23,15 @@
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =
+
+# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
+# has changed. Possible values are "yes" and "no". Set this to no if
+# the POT file is checked in the repository and the version control
+# program ignores timestamps.
+PO_DEPENDS_ON_POT = yes
+
+# This tells whether or not to forcibly update $(DOMAIN).pot and
+# regenerate PO files on "make dist". Possible values are "yes" and
+# "no". Set this to no if the POT file and PO files are maintained
+# externally.
+DIST_DEPENDS_ON_UPDATE_PO = yes