diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-02 10:25:22 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-02 10:25:22 +0000 |
commit | 24fd8739ae771b0d2c5e12bfba939990dfe559bd (patch) | |
tree | 0abde39c07c4e291fd32977cfa19baf11e7efebd /portuguese/openoffice-1.0 | |
parent | 3b8956b0d3670e466319c30a79beebfb010acd28 (diff) | |
download | ports-24fd8739ae771b0d2c5e12bfba939990dfe559bd.tar.gz ports-24fd8739ae771b0d2c5e12bfba939990dfe559bd.zip |
Notes
Diffstat (limited to 'portuguese/openoffice-1.0')
-rw-r--r-- | portuguese/openoffice-1.0/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/portuguese/openoffice-1.0/Makefile b/portuguese/openoffice-1.0/Makefile index 40a630590772..54a9f1f3d962 100644 --- a/portuguese/openoffice-1.0/Makefile +++ b/portuguese/openoffice-1.0/Makefile @@ -7,6 +7,12 @@ CATEGORIES= portuguese +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= pt_PT.ISO8859-15 +.endif +LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \ + pt_BR.ISO8859-1 + LANG_PKGNAME= pt LANG_EXT= 03 LANG_CONFIGURE_ARG= PORT |