svn commit: r419585 - in head/audio: libamrnb libamrwb

John Marino marino at FreeBSD.org
Thu Aug 4 03:40:19 UTC 2016


Author: marino
Date: Thu Aug  4 03:40:18 2016
New Revision: 419585
URL: https://svnweb.freebsd.org/changeset/ports/419585

Log:
  audio/libamr(n|w)b: Remove redundant dependency on unzip
  
  A dependency on unzip will never be registered since unzip is available
  on all supported platforms (since FreeBSD 8.0).
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/audio/libamrnb/Makefile
  head/audio/libamrwb/Makefile

Modified: head/audio/libamrnb/Makefile
==============================================================================
--- head/audio/libamrnb/Makefile	Thu Aug  4 03:36:50 2016	(r419584)
+++ head/audio/libamrnb/Makefile	Thu Aug  4 03:40:18 2016	(r419585)
@@ -24,8 +24,6 @@ LICENSE_PERMS_3GPP=	no-dist-mirror no-di
 LICENSE_DISTFILES_BSD3CLAUSE=	${DISTNAME}${EXTRACT_SUFX}
 LICENSE_DISTFILES_3GPP=	${SRC26104}
 
-BUILD_DEPENDS=	unzip:archivers/unzip
-
 RESTRICTED=	unclear legal status, probably need licenses from 3GPP and more
 
 USES=		gmake tar:bzip2 libtool

Modified: head/audio/libamrwb/Makefile
==============================================================================
--- head/audio/libamrwb/Makefile	Thu Aug  4 03:36:50 2016	(r419584)
+++ head/audio/libamrwb/Makefile	Thu Aug  4 03:40:18 2016	(r419585)
@@ -23,8 +23,6 @@ LICENSE_PERMS_3GPP=	no-dist-mirror no-di
 LICENSE_DISTFILES_BSD3CLAUSE=	${DISTNAME}${EXTRACT_SUFX}
 LICENSE_DISTFILES_3GPP=	${SRC26204}
 
-BUILD_DEPENDS=	unzip:archivers/unzip
-
 RESTRICTED=	unclear legal status, probably need licenses from 3GPP and more
 
 USES=		gmake tar:bzip2 libtool


More information about the svn-ports-all mailing list