diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-12 01:05:55 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-12 01:05:55 +0800 |
commit | f61e47a3143d1c4b9ecd1530caf492d1ffad9ca5 (patch) | |
tree | bd454cfa33d4cf71232f6fddb1be29483e204fc4 /deskutils/kdepim3 | |
parent | d37d2a50a467862244a7195bc2cef43ff5ff53fd (diff) | |
download | freebsd-ports-gnome-f61e47a3143d1c4b9ecd1530caf492d1ffad9ca5.tar.gz freebsd-ports-gnome-f61e47a3143d1c4b9ecd1530caf492d1ffad9ca5.tar.zst freebsd-ports-gnome-f61e47a3143d1c4b9ecd1530caf492d1ffad9ca5.zip |
Be more explicit about the openssl dependency.
Diffstat (limited to 'deskutils/kdepim3')
-rw-r--r-- | deskutils/kdepim3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/kdepim3/Makefile b/deskutils/kdepim3/Makefile index 770af852164e..df1d67abdb03 100644 --- a/deskutils/kdepim3/Makefile +++ b/deskutils/kdepim3/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 |