svn commit: r353276 - head/devel/avarice

Joerg Wunsch joerg at FreeBSD.org
Thu May 8 05:51:58 UTC 2014


Author: joerg
Date: Thu May  8 05:51:57 2014
New Revision: 353276
URL: http://svnweb.freebsd.org/changeset/ports/353276
QAT: https://qat.redports.org/buildarchive/r353276/

Log:
  Remove dependencies to libbfd and gnulibiberty which have
  been accidentally left over by those who upgraded the port
  to version 2.13.  They are no longer needed starting with
  that version.

Modified:
  head/devel/avarice/Makefile

Modified: head/devel/avarice/Makefile
==============================================================================
--- head/devel/avarice/Makefile	Thu May  8 05:43:37 2014	(r353275)
+++ head/devel/avarice/Makefile	Thu May  8 05:51:57 2014	(r353276)
@@ -11,9 +11,6 @@ COMMENT=	Atmel AVR JTAG programmer and d
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
-		${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
-
 USE_BZIP2=	yes
 USES=		perl5
 


More information about the svn-ports-all mailing list