summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-09 06:30:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-09 06:30:17 +0000
commitc552ea5d625b619bb1b46b940993b1ded1a512cb (patch)
tree895925b81ecb5f746a34a5e772bd3adbce17deb2
parent- Fix build with boost 1.34.0: The Boost unit test framework shared library (diff)
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.
Notes
Notes: svn path=/head/; revision=195274
-rw-r--r--devel/anjuta/Makefile2
1 files changed, 2 insertions, 0 deletions
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)