diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-12-05 17:07:47 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-12-05 17:07:47 +0000 |
commit | 67b77659595cfdcbcfbafc774eadff7bec288342 (patch) | |
tree | 28b6e797ea404402df7b1c216c15973bd5196e0a /deskutils/kdepim44 | |
parent | a009c47d48cec0cb4efda41c98f2c734f479c7fc (diff) | |
download | ports-67b77659595cfdcbcfbafc774eadff7bec288342.tar.gz ports-67b77659595cfdcbcfbafc774eadff7bec288342.zip |
Don't try to depend on openssl-stable, bsd.openssl.mk is too broken
to adjust dependencies consistently.
Notes
Notes:
svn path=/head/; revision=150480
Diffstat (limited to 'deskutils/kdepim44')
-rw-r--r-- | deskutils/kdepim44/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index 6a96d55ff1f0..b3333eadd7b1 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -42,11 +42,6 @@ OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl-stable -RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl-stable -.endif - .if exists(${LOCALBASE}/bin/gnokii) . if !defined(WITH_GNOKII) GNOKII_OVERRIDE=yes |