diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-11-19 18:28:56 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-11-19 18:28:56 +0000 |
commit | 55337b5e96e89a40fb028615a94581d98f1c0654 (patch) | |
tree | 7cd7611b3faa7fde756308f86f4c045b8a94bdd2 /net | |
parent | 5bc42dc785685dbf2ca8385a8b0680f15bfc6053 (diff) | |
download | ports-55337b5e96e89a40fb028615a94581d98f1c0654.tar.gz ports-55337b5e96e89a40fb028615a94581d98f1c0654.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/libnids/Makefile | 4 | ||||
-rw-r--r-- | net/silc-client/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 43740a95dcb2..ebffc2449aa5 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -16,8 +16,8 @@ COMMENT= Network monitoring library with TCP/IP reassembly LICENSE= GPLv2 OPTIONS_DEFINE= LIBNET GLIB2 -LIBNET_DESC= "Use libnet 1.1.x" -GLIB2_DESC= "Use GLIB2 for multiprocessing support" +LIBNET_DESC= Use libnet 1.1.x +GLIB2_DESC= Use GLIB2 for multiprocessing support OPTIONS_DEFAULT= LIBNET GLIB2 WANT_GNOME= yes 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) |