From 22ddbc2b4ff5c4a5b9e869a0463b713827902f90 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 26 Oct 2007 08:52:57 +0000 Subject: [PATCH] - Mark BROKEN: touches filesystem before make install - While here, fix typo in COMMENT Reported by: pointyhat --- ports-mgmt/pkgsearch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ports-mgmt/pkgsearch/Makefile b/ports-mgmt/pkgsearch/Makefile index 74a549f6dd90..c1a3a81ba2ce 100644 --- a/ports-mgmt/pkgsearch/Makefile +++ b/ports-mgmt/pkgsearch/Makefile @@ -12,11 +12,13 @@ MASTER_SITES= http://dl.sharesource.org/${PORTNAME}/ \ http://andsux.homeip.net/~diego/stable/ MAINTAINER= diegorocha1987@gmail.com -COMMENT= Find your packages in ports and installeds packages +COMMENT= Find your packages in ports and installed packages BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost +BROKEN= Creates /usr/local/etc/pkgsearch directory during configure phase + USE_PGSQL= yes WRKSRC= ${WRKDIR}/${DISTNAME}-build