svn commit: r412158 - in head: devel/libsigc++20 sysutils/pacman

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 30 07:19:50 UTC 2016


Author: bapt
Date: Wed Mar 30 07:19:49 2016
New Revision: 412158
URL: https://svnweb.freebsd.org/changeset/ports/412158

Log:
  Remove uneeded dependency on GNU m4

Modified:
  head/devel/libsigc++20/Makefile
  head/sysutils/pacman/Makefile

Modified: head/devel/libsigc++20/Makefile
==============================================================================
--- head/devel/libsigc++20/Makefile	Wed Mar 30 06:48:08 2016	(r412157)
+++ head/devel/libsigc++20/Makefile	Wed Mar 30 07:19:49 2016	(r412158)
@@ -13,8 +13,6 @@ COMMENT=	Callback Framework for C++
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
-
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake libtool pathfix perl5 tar:xz

Modified: head/sysutils/pacman/Makefile
==============================================================================
--- head/sysutils/pacman/Makefile	Wed Mar 30 06:48:08 2016	(r412157)
+++ head/sysutils/pacman/Makefile	Wed Mar 30 07:19:49 2016	(r412158)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	asciidoc:${PORTSDIR}/textproc/asciidoc \
-		gm4:${PORTSDIR}/devel/m4 \
 		bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	libarchive.so.13:${PORTSDIR}/archivers/libarchive


More information about the svn-ports-all mailing list