diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-11 17:05:55 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-11 17:05:55 +0000 |
commit | eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb (patch) | |
tree | eb102ec62f9f86e193d120fb621df8ad12cd5b9c /deskutils/kdepim4 | |
parent | d9c637cf0eb0f4b37308437bf542bffe91314262 (diff) | |
download | ports-eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb.tar.gz ports-eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb.zip |
Notes
Diffstat (limited to 'deskutils/kdepim4')
-rw-r--r-- | deskutils/kdepim4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 770af852164e..df1d67abdb03 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -27,6 +27,7 @@ PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_BISON= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes @@ -34,7 +35,8 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ - --with-gpgsm=${LOCALBASE}/bin/gpgsm + --with-gpgsm=${LOCALBASE}/bin/gpgsm \ + --with-ssl-dir=/ OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off |