diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-17 12:36:43 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-17 12:36:43 +0000 |
| commit | cccb3624097cea53287f797ea5368c4f98e43060 (patch) | |
| tree | 76f5933e4fe8b98ea18ad50e333f3148434163bb | |
| parent | Update to 0.47 (diff) | |
- Remove unneeded -lcipher
- Unbreak
Notes
Notes:
svn path=/head/; revision=101202
| -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> |
