aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 20:19:49 +0800
committerkris <kris@FreeBSD.org>2004-02-17 20:19:49 +0800
commit7c64179821d19c20f49bd9b04e4ffaeedcecb323 (patch)
tree9f62fd23b599e3c1c5bc4b29c5187d8b598dc13a /www
parentae1bf254c6066f46e52c35b6316a47595fd39fe2 (diff)
downloadfreebsd-ports-gnome-7c64179821d19c20f49bd9b04e4ffaeedcecb323.tar.gz
freebsd-ports-gnome-7c64179821d19c20f49bd9b04e4ffaeedcecb323.tar.zst
freebsd-ports-gnome-7c64179821d19c20f49bd9b04e4ffaeedcecb323.zip
BROKEN on 5.x: configure fails
Diffstat (limited to 'www')
-rw-r--r--www/bookmarkbridge/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile
index 00b2cf7adf22..f0ec4d263441 100644
--- a/www/bookmarkbridge/Makefile
+++ b/www/bookmarkbridge/Makefile
@@ -25,4 +25,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS=-lcipher
CONFIGURE_ARGS= --enable-mt --program-prefix=""
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
+.include <bsd.port.post.mk>