Date: Sat, 11 May 2013 02:29:48 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317848 - head/net/libnids Message-ID: <201305110229.r4B2Tmg3067310@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Sat May 11 02:29:48 2013 New Revision: 317848 URL: http://svnweb.freebsd.org/changeset/ports/317848 Log: Switch to libnet10 by default. While here, fix whitespace. Submitted by: sbz@ Modified: head/net/libnids/Makefile Modified: head/net/libnids/Makefile ============================================================================== --- head/net/libnids/Makefile Sat May 11 01:38:42 2013 (r317847) +++ head/net/libnids/Makefile Sat May 11 02:29:48 2013 (r317848) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305110229.r4B2Tmg3067310>