From c552ea5d625b619bb1b46b940993b1ded1a512cb Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 9 Jul 2007 06:30:17 +0000 Subject: Allow portupgrade to build anjuta. Anjuta uses $PKG_PATH as the path to pkg-config. Portupgrade is nice enough to set $PKG_PATH to /usr/ports/packages/All which causes all sorts of fun errors. --- devel/anjuta/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 5aa1090b22b5..71713c383e43 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -73,6 +73,8 @@ post-configure: s|/usr/local|${PREFIX}| ; \ s|share/anjuta|share/gnome/anjuta|' \ ${WRKSRC}/global-tags/create_global_tags.sh + @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) -- cgit v1.2.3