diff options
author | kris <kris@FreeBSD.org> | 2002-12-02 08:36:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-02 08:36:37 +0800 |
commit | 36fc8a4faa35c189b1aaf5e10ba371d26e14467a (patch) | |
tree | d311456bbd78375e1f74baefd93eec077613b173 /x11-toolkits | |
parent | 395ff75926ee4757bc9fdf3a6f787286f2043237 (diff) | |
download | freebsd-ports-gnome-36fc8a4faa35c189b1aaf5e10ba371d26e14467a.tar.gz freebsd-ports-gnome-36fc8a4faa35c189b1aaf5e10ba371d26e14467a.tar.zst freebsd-ports-gnome-36fc8a4faa35c189b1aaf5e10ba371d26e14467a.zip |
Revert previous commit (port was already fixed)
Submitted by: marcus
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index f326f2777748..c952f4961167 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -26,14 +26,8 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile" -.endif - pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |