aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/bakery/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-02 08:29:12 +0800
committerkris <kris@FreeBSD.org>2002-12-02 08:29:12 +0800
commit17f65bc9804dd840988ae942aa62a472b0b1537f (patch)
treeb3ffacc6f6347081b9dc6497b3491d26ae280dad /x11-toolkits/bakery/Makefile
parenta838eab2a7036de735729584a46d37fd164fb03b (diff)
downloadfreebsd-ports-gnome-17f65bc9804dd840988ae942aa62a472b0b1537f.tar.gz
freebsd-ports-gnome-17f65bc9804dd840988ae942aa62a472b0b1537f.tar.zst
freebsd-ports-gnome-17f65bc9804dd840988ae942aa62a472b0b1537f.zip
BROKEN On 5.0: does not compile
Diffstat (limited to 'x11-toolkits/bakery/Makefile')
-rw-r--r--x11-toolkits/bakery/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile
index c952f4961167..f326f2777748 100644
--- a/x11-toolkits/bakery/Makefile
+++ b/x11-toolkits/bakery/Makefile
@@ -26,8 +26,14 @@ 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.mk>
+.include <bsd.port.post.mk>