diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
commit | de94e0e1609a9f2a40be0bdc9592002fe3464557 (patch) | |
tree | e63a7473b09ed1d3956224c6f37079320c4da68e /deskutils/kdepim4/Makefile | |
parent | b3fc541cf1e8cc80c15b4d48188487501618ae39 (diff) |
Notes
Diffstat (limited to 'deskutils/kdepim4/Makefile')
-rw-r--r-- | deskutils/kdepim4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 7a48c225af78..c721487a01cf 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -7,7 +7,6 @@ PORTNAME= kdepim PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils mail news palm kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -43,7 +42,7 @@ OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 -RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl +RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl-stable .endif .if exists(${LOCALBASE}/bin/gnokii) |