svn commit: r330104 - head/www/httpgrabber

Bryan Drewery bdrewery at FreeBSD.org
Fri Oct 11 21:31:51 UTC 2013


Author: bdrewery
Date: Fri Oct 11 21:31:50 2013
New Revision: 330104
URL: http://svnweb.freebsd.org/changeset/ports/330104

Log:
  Remove dependency to ngrep-lib too to fix full build

Modified:
  head/www/httpgrabber/Makefile

Modified: head/www/httpgrabber/Makefile
==============================================================================
--- head/www/httpgrabber/Makefile	Fri Oct 11 21:18:31 2013	(r330103)
+++ head/www/httpgrabber/Makefile	Fri Oct 11 21:31:50 2013	(r330104)
@@ -10,7 +10,7 @@ MAINTAINER=	edwin at mavetju.org
 COMMENT=	HTTP network traffic grabber and extractor
 
 BROKEN=		depends on removed net/ngrep-lib
-LIB_DEPENDS=	ngrep.1:${PORTSDIR}/net/ngrep-lib
+#LIB_DEPENDS=	ngrep.1:${PORTSDIR}/net/ngrep-lib
 
 MAN8=		httpgrabber.8
 PLIST_FILES=	bin/httpgrabber


More information about the svn-ports-all mailing list