svn commit: r441951 - head/devel/libaravis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:16:56 UTC 2017


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\])||' \


More information about the svn-ports-all mailing list