aboutsummaryrefslogtreecommitdiff
path: root/www/bookmarkbridge
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-17 12:36:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-17 12:36:43 +0000
commitcccb3624097cea53287f797ea5368c4f98e43060 (patch)
tree76f5933e4fe8b98ea18ad50e333f3148434163bb /www/bookmarkbridge
parent1106522b7cf6889339320e1dcd984aad081b798b (diff)
downloadports-cccb3624097cea53287f797ea5368c4f98e43060.tar.gz
ports-cccb3624097cea53287f797ea5368c4f98e43060.zip
- Remove unneeded -lcipher
- Unbreak
Notes
Notes: svn path=/head/; revision=101202
Diffstat (limited to 'www/bookmarkbridge')
-rw-r--r--www/bookmarkbridge/Makefile9
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>