diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 20:19:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 20:19:49 +0800 |
commit | 7c64179821d19c20f49bd9b04e4ffaeedcecb323 (patch) | |
tree | 9f62fd23b599e3c1c5bc4b29c5187d8b598dc13a /www | |
parent | ae1bf254c6066f46e52c35b6316a47595fd39fe2 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |