aboutsummaryrefslogtreecommitdiffstats
path: root/net/silc-client
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2012-11-20 02:28:56 +0800
committerwxs <wxs@FreeBSD.org>2012-11-20 02:28:56 +0800
commit0777b0033591da1e0d1db82cf7f29ab637954bd8 (patch)
tree7cd7611b3faa7fde756308f86f4c045b8a94bdd2 /net/silc-client
parent3993618974299ce28cf0eb92deb834439e20e752 (diff)
downloadfreebsd-ports-gnome-0777b0033591da1e0d1db82cf7f29ab637954bd8.tar.gz
freebsd-ports-gnome-0777b0033591da1e0d1db82cf7f29ab637954bd8.tar.zst
freebsd-ports-gnome-0777b0033591da1e0d1db82cf7f29ab637954bd8.zip
Remove unnecessary quotes.
Noticed by: crees Feature safe: yes
Diffstat (limited to 'net/silc-client')
-rw-r--r--net/silc-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile
index fa7cdb5e7e54..47cb43c4a31b 100644
--- a/net/silc-client/Makefile
+++ b/net/silc-client/Makefile
@@ -35,8 +35,8 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \
WANT_PERL= yes
OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM
-PTHREADS_DESC= "Enable pthreads support"
-OPTIMIZED_ASM_DESC= "Use assembler optimizations (i386 only)"
+PTHREADS_DESC= Enable pthreads support
+OPTIMIZED_ASM_DESC= Use assembler optimizations (i386 only)
OPTIONS_DEFAULT= IPV6 ICONV PERL OPTIMIZED_ASM
.ifdef(IRSSI_PLUGIN)