Date: Wed, 20 Dec 2017 14:44:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456828 - head/sysutils/heartbeat Message-ID: <201712201444.vBKEiKqh074206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 20 14:44:20 2017 New Revision: 456828 URL: https://svnweb.freebsd.org/changeset/ports/456828 Log: Use swig 3.0 Modified: head/sysutils/heartbeat/Makefile Modified: head/sysutils/heartbeat/Makefile ============================================================================== --- head/sysutils/heartbeat/Makefile Wed Dec 20 14:42:38 2017 (r456827) +++ head/sysutils/heartbeat/Makefile Wed Dec 20 14:44:20 2017 (r456828) @@ -72,8 +72,9 @@ DRAC3_LIB_DEPENDS= libcurl.so:ftp/curl .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMGMT} -BUILD_DEPENDS+= swig:devel/swig13 +BUILD_DEPENDS+= swig3.0:devel/swig30 RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 +BINARY_ALIAS= swig=swig3.0 PLIST_SUB+= MGMT="" .else CONFIGURE_ARGS+= --disable-mgmt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201444.vBKEiKqh074206>