diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-10 15:23:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-10 15:23:31 +0800 |
commit | c2018e60a4bf233e363568e9e0017590dffc64a2 (patch) | |
tree | 76cf2ad5445485d92edb295d859a24e3594565b5 /devel/bonobo-conf | |
parent | f29ae5371a837ec259e8d6ce90eaa59a526aa33e (diff) | |
download | freebsd-ports-gnome-c2018e60a4bf233e363568e9e0017590dffc64a2.tar.gz freebsd-ports-gnome-c2018e60a4bf233e363568e9e0017590dffc64a2.tar.zst freebsd-ports-gnome-c2018e60a4bf233e363568e9e0017590dffc64a2.zip |
pre-patch --> post-patch, because pre-patch is used by bsd.gnomeng.mk
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 |