diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-09-06 08:07:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-09-06 08:07:39 +0000 |
commit | 6aca8cd34da62d016e885e1479dd8c6c2f394e2b (patch) | |
tree | 523f855e40cc8a33d9848d2ca49daf51f23846fe /archivers/lha-ac/Makefile | |
parent | d4121dd5290b5dbf906e442a671a925a2630d3c2 (diff) | |
download | ports-6aca8cd34da62d016e885e1479dd8c6c2f394e2b.tar.gz ports-6aca8cd34da62d016e885e1479dd8c6c2f394e2b.zip |
Notes
Diffstat (limited to 'archivers/lha-ac/Makefile')
-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 d4552f74c17c..81969db2bdac 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: |