summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2004-01-19 09:52:38 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2004-01-19 09:52:38 +0000
commit79d7f6ea237a959c33d62fe24d7e1807db655e6e (patch)
tree61f41f1af27f0142cb5b35da5c05c427185da557 /net
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')
-rw-r--r--net/centericq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile
index 684e17652efd..f9ed8d667dcb 100644
--- a/net/centericq/Makefile
+++ b/net/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)