svn commit: r480955 - head/devel/libosmocore

Antoine Brodin antoine at FreeBSD.org
Sun Sep 30 14:29:12 UTC 2018


Author: antoine
Date: Sun Sep 30 14:29:11 2018
New Revision: 480955
URL: https://svnweb.freebsd.org/changeset/ports/480955

Log:
  Remove dependency on the python metaport, if it's broken it will need to
  be fixed

Modified:
  head/devel/libosmocore/Makefile

Modified: head/devel/libosmocore/Makefile
==============================================================================
--- head/devel/libosmocore/Makefile	Sun Sep 30 14:18:44 2018	(r480954)
+++ head/devel/libosmocore/Makefile	Sun Sep 30 14:29:11 2018	(r480955)
@@ -14,8 +14,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_powerpc64=	fails to compile: application.c:179: \#pragma GCC diagnostic not allowed inside functions
 
-BUILD_DEPENDS=	python:lang/python
-
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libpcsclite.so:devel/pcsc-lite \
 		libtalloc.so:devel/talloc


More information about the svn-ports-all mailing list