diff options
-rw-r--r-- | archivers/lha-ac/Makefile | 6 | ||||
-rw-r--r-- | mail/meta1/Makefile | 2 |
2 files changed, 4 insertions, 4 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: diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index a001c47c646b..63fc9b955198 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Secure and efficient mail gateway NOT_FOR_ARCHS= ia64 -CONFILCTS= smx-* +CONFLICTS= smx-* .if !defined(SENDMAIL_WITHOUT_SHMEM) IPCCHECK!= ipcrm -q 0 2>&1 || true |