From 30083436d300acb9824d84e2c196113c8cdb928b Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 20 Apr 2005 16:46:56 +0000 Subject: Fix build by including ${LOCALBASE}/lib in the link path. --- sysutils/bpm/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils/bpm') diff --git a/sysutils/bpm/Makefile b/sysutils/bpm/Makefile index e707cd7b4bac..d095824ee14f 100644 --- a/sysutils/bpm/Makefile +++ b/sysutils/bpm/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.meowfishies.com/code/bpm/ EXTRACT_SUFX= .tgz - MAINTAINER= sethk@meowfishies.com COMMENT= A graphical BSD ports collection manager @@ -19,7 +18,12 @@ RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade USE_X_PREFIX= yes USE_GNOME= gtk20 +USE_REINPLACE= yes MAKE_ENV+= OSTYPE="${OPSYS}" +post-patch: + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ + ${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g" + .include -- cgit v1.2.3