aboutsummaryrefslogtreecommitdiff
path: root/net/libnids
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2013-05-11 02:29:48 +0000
committerWesley Shields <wxs@FreeBSD.org>2013-05-11 02:29:48 +0000
commitf9dbf72553a1fd570307dadecabb0b46ca32140d (patch)
tree466488ad925da689c9c33adfcafdd636599cb840 /net/libnids
parent7271678f7ce00923920a305d61e8a8c229156277 (diff)
downloadports-f9dbf72553a1fd570307dadecabb0b46ca32140d.tar.gz
ports-f9dbf72553a1fd570307dadecabb0b46ca32140d.zip
Switch to libnet10 by default.
While here, fix whitespace. Submitted by: sbz@
Notes
Notes: svn path=/head/; revision=317848
Diffstat (limited to 'net/libnids')
-rw-r--r--net/libnids/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 08a9f3c776d2..59f9f1112165 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -15,7 +15,7 @@ OPTIONS_DEFINE= LIBNET10 LIBNET11 GLIB2
LIBNET10_DESC= Use libnet 1.0.x
LIBNET11_DESC= Use libnet 1.1.x
GLIB2_DESC= Use GLIB2 for multiprocessing support
-OPTIONS_DEFAULT= LIBNET11 GLIB2
+OPTIONS_DEFAULT= LIBNET10 GLIB2
WANT_GNOME= yes
USES= pkgconfig
@@ -26,9 +26,9 @@ MAN3= libnids.3
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+= PORTDOCS=""
+PLIST_SUB+= PORTDOCS=""
.else
-PLIST_SUB+= PORTDOCS="@comment "
+PLIST_SUB+= PORTDOCS="@comment "
.endif
.if ${PORT_OPTIONS:MLIBNET10}