diff options
Diffstat (limited to 'databases/mergeant')
-rw-r--r-- | databases/mergeant/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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 <marcus@FreeBSD.org> # # $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 <bsd.port.mk> |