diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-24 19:00:39 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-24 19:00:39 +0800 |
commit | 3b5f69839db954b23995eab05c250d1a4f85c011 (patch) | |
tree | ce0a425e7e2652f3a65780352a0aa7f913738372 /editors/openoffice | |
parent | 21e3e6bc0b99f1c7a2269e2bc6c94fe184d095cf (diff) | |
download | freebsd-ports-gnome-3b5f69839db954b23995eab05c250d1a4f85c011.tar.gz freebsd-ports-gnome-3b5f69839db954b23995eab05c250d1a4f85c011.tar.zst freebsd-ports-gnome-3b5f69839db954b23995eab05c250d1a4f85c011.zip |
The handbook is no longer installed if the RES_GER variable is missing.
In 1.01 we got a builderror if it was defined twice, in 1.02 we get
no handbook at all if it is not defined.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index e9cf12a85655..d8c3d826bf3b 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -71,7 +71,7 @@ PKGNAMESUFFIX= -${LANG_SUFFIX} # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && ${LANG_EXT}!=49 +.if defined(LANG_EXT) CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif .endif |