summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2004-01-19 09:10:32 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2004-01-19 09:10:32 +0000
commitdc87fea5411ebc8056faebac43bda121bdf96b9c (patch)
tree89f1db007b37a82d31d11bb984255be588f511cb /net
parentUpdate to version 2.10.13. (diff)
Unbreak the !WITH_MULTIBYTE case, where script for the pre-patch target
was duplicated. Maintainer will be notified.
Notes
Notes: svn path=/head/; revision=98535
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 399f8d90aebe..684e17652efd 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-patch:
+# @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
.endif
.if defined(WITH_FRIBIDI)