Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:16:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441951 - head/devel/libaravis
Message-ID:  <201705282316.v4SNGtdK053572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 28 23:16:55 2017
New Revision: 441951
URL: https://svnweb.freebsd.org/changeset/ports/441951

Log:
  Fix options helper
  
  - Fix OPTIONS_DEFAULT: remove NLS which is added by framework
  - Remove .include <bsd.port.options.mk>
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/libaravis/Makefile

Modified: head/devel/libaravis/Makefile
==============================================================================
--- head/devel/libaravis/Makefile	Sun May 28 23:16:50 2017	(r441950)
+++ head/devel/libaravis/Makefile	Sun May 28 23:16:55 2017	(r441951)
@@ -29,7 +29,7 @@ AUTOMAKE_ARGS=		--add-missing --copy
 MAKE_ARGS=		pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 
 OPTIONS_DEFINE=		DOCS NLS FAST_HEARTBEAT USB
-OPTIONS_DEFAULT=	NLS USB
+OPTIONS_DEFAULT=	USB
 OPTIONS_SUB=		yes
 
 CONFIGURE_ARGS=		--enable-packet-socket=no --enable-viewer=no	\
@@ -44,8 +44,6 @@ FAST_HEARTBEAT_CONFIGURE_ENABLE=	fast-he
 USB_DESC=		build with USB support
 USB_CONFIGURE_ENABLE=	usb
 
-.include <bsd.port.options.mk>
-
 pre-configure:
 	${ECHO_CMD} "EXTRA_DIST =" >> ${WRKSRC}/gtk-doc.make
 	@${REINPLACE_CMD} -e 's|GTK_DOC_CHECK(\[1.14\],\[--flavour no-tmpl\])||' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282316.v4SNGtdK053572>