aboutsummaryrefslogtreecommitdiffstats
path: root/net/libnids
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2013-05-11 10:29:48 +0800
committerwxs <wxs@FreeBSD.org>2013-05-11 10:29:48 +0800
commit1d3edb5c32a2a125ca289b8e1038eb90ee99907d (patch)
tree466488ad925da689c9c33adfcafdd636599cb840 /net/libnids
parentf59edbb2d4ed186baa4e5003d4a135f96dcdbeaa (diff)
downloadfreebsd-ports-gnome-1d3edb5c32a2a125ca289b8e1038eb90ee99907d.tar.gz
freebsd-ports-gnome-1d3edb5c32a2a125ca289b8e1038eb90ee99907d.tar.zst
freebsd-ports-gnome-1d3edb5c32a2a125ca289b8e1038eb90ee99907d.zip
Switch to libnet10 by default.
While here, fix whitespace. Submitted by: sbz@
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}