diff options
Diffstat (limited to 'www/bookmarkbridge/Makefile')
-rw-r--r-- | www/bookmarkbridge/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index f0ec4d263441..1f94d4e7cb6e 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -22,13 +22,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS=-lcipher CONFIGURE_ARGS= --enable-mt --program-prefix="" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Configure fails" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |