From af051a77cf3d88e2b6e729a4df5b644f54c9ddc0 Mon Sep 17 00:00:00 2001 From: adamw Date: Sat, 9 Jul 2005 06:11:49 +0000 Subject: Look for libgda/libgnomedb pkg-config files with the correct names. This post-patch will most likely be unnecessarily after the next mergeant update. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4206 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/mergeant/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'databases/mergeant') diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index 66fc39935..2e73488c0 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/databases/mergeant/Makefile,v 1.11 2005/06/28 05:39:58 adamw Exp $ +# $MCom: ports/databases/mergeant/Makefile,v 1.12 2005/07/01 17:55:37 marcus Exp $ # PORTNAME= mergeant @@ -24,7 +24,14 @@ USE_PERL5= yes USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes INSTALLS_SHLIB= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +#remove this with the next update +post-patch: + @${REINPLACE_CMD} -e "s|libgda|libgda-2.0|g; \ + s|libgnomedb|libgnomedb-2.0|g" \ + ${WRKSRC}/configure + .include -- cgit v1.2.3