diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-19 09:52:38 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-19 09:52:38 +0000 |
commit | 79d7f6ea237a959c33d62fe24d7e1807db655e6e (patch) | |
tree | 61f41f1af27f0142cb5b35da5c05c427185da557 /net-im | |
parent | - Correct instalation of info files (diff) |
Apply maintainer-sanctioned fix fir the !WITH_MULTIBYTE case.
The patch in the PR bumped PORTREVISION. I didn't do this, because this
is a build-time fix. If the build worked for you before, this change
doesn't change any bits in the generated package.
PR: ports/61565
Submitted by: maintainer
Prodded by: krion
Notes
Notes:
svn path=/head/; revision=98539
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 684e17652efd..f9ed8d667dcb 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -28,9 +28,9 @@ CONFIGURE_ARGS= --with-openssl --disable-konst .if defined(WITH_MULTIBYTE) CONFIGURE_ARGS+= --enable-locales-fix -#.else -#pre-patch: -# @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support." +.else +pre-fetch: + @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support." .endif .if defined(WITH_FRIBIDI) |