diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-09-06 16:07:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-09-06 16:07:39 +0800 |
commit | 6190ff75f63542c9f3038e3f967621206c66f515 (patch) | |
tree | 941a5dfcee2e744f45c31d4d9c5e9790abd9e01a /archivers/lha-ac | |
parent | 310024c8e1e278eb024fb866b8eac6bfb2f79296 (diff) | |
download | freebsd-ports-graphics-6190ff75f63542c9f3038e3f967621206c66f515.tar.gz freebsd-ports-graphics-6190ff75f63542c9f3038e3f967621206c66f515.tar.zst freebsd-ports-graphics-6190ff75f63542c9f3038e3f967621206c66f515.zip |
- fix typo
Reported by: Dmitry Marakasov
Diffstat (limited to 'archivers/lha-ac')
-rw-r--r-- | archivers/lha-ac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index d4552f74c17..81969db2bda 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -7,7 +7,7 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} \ http://qgpop.dl.sourceforge.jp/%SUBDIR%/ \ @@ -28,9 +28,9 @@ GNU_CONFIGURE= yes RESTRICTED= no permission to redistribute .if !defined(WITHOUT_NLS) -CONFIGURE_ARGGS+= --disable-multibyte-filename +CONFIGURE_ARGS+= --disable-multibyte-filename .else -CONFIGURE_ARGGS+= --enable-multibyte-filename=auto +CONFIGURE_ARGS+= --enable-multibyte-filename=auto .endif do-install: |