svn commit: r401242 - head/devel/gdb

Tijl Coosemans tijl at FreeBSD.org
Wed Nov 11 13:12:04 UTC 2015


Author: tijl
Date: Wed Nov 11 13:12:02 2015
New Revision: 401242
URL: https://svnweb.freebsd.org/changeset/ports/401242

Log:
  - Pass --without-guile to configure when GUILE option is off
  - Use CONFIGURE_WITH for other options as well
  
  PR:		204041

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Wed Nov 11 12:59:48 2015	(r401241)
+++ head/devel/gdb/Makefile	Wed Nov 11 13:12:02 2015	(r401242)
@@ -56,15 +56,13 @@ BASE_READLINE_USES=	readline
 BASE_READLINE_CFLAGS=	-D_rl_echoing_p=readline_echoing_p
 BUNDLED_READLINE_CONFIGURE_OFF=	--with-system-readline
 DEBUG_CFLAGS=		-g
-EXPAT_CONFIGURE_ON=	--with-expat=yes
-EXPAT_CONFIGURE_OFF=	--without-expat
+EXPAT_CONFIGURE_WITH=	expat
 EXPAT_LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
-GUILE_CONFIGURE_ON=	--with-guile
+GUILE_CONFIGURE_WITH=	guile
 GUILE_USES=		pkgconfig
 GUILE_LIB_DEPENDS=	libguile-2.0.so:${PORTSDIR}/lang/guile2
 PORT_READLINE_USES=	readline:port
-PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}
-PYTHON_CONFIGURE_OFF=	--without-python
+PYTHON_CONFIGURE_WITH=	python=${PYTHON_CMD}
 PYTHON_USES=		python:2
 TUI_CONFIGURE_ENABLE=	tui
 


More information about the svn-ports-all mailing list