diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 07:23:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 07:23:31 +0000 |
commit | 7b012fd3db0d39fdd44860802b449e98b8795ecb (patch) | |
tree | 570713d6d1821f5ee121bc12cc22af988d910caf /devel/bonobo-conf | |
parent | 509f446244e3a9b0682123bc5911881fbe439a0c (diff) | |
download | ports-7b012fd3db0d39fdd44860802b449e98b8795ecb.tar.gz ports-7b012fd3db0d39fdd44860802b449e98b8795ecb.zip |
Notes
Diffstat (limited to 'devel/bonobo-conf')
-rw-r--r-- | devel/bonobo-conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index ea15373a0dc4..2349f4c836be 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -24,7 +24,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |