diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
commit | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch) | |
tree | 55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /net/kdenetwork4/Makefile | |
parent | 27f7ce2fe2b84f6569fce9b395c31ff011d9ae1a (diff) |
Notes
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r-- | net/kdenetwork4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 6cb3d2841096..c5dbcecdd02d 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ slp:${PORTSDIR}/net/openslp RUN_DEPENDS= ${QT_PREFIX}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls -CONFLICTS= kopete-[0-9]* +CONFLICTS= kopete-[0-9]* kvirc-[0-9]* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} @@ -28,6 +28,7 @@ PREFIX= ${KDE_PREFIX} USE_PERL5= yes USE_BZIP2= yes USE_GMAKE= yes +USE_OPENSSL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -36,6 +37,8 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 DO_NOT_COMPILE+=lanbrowsing _NO_KDE_FINAL= yes +CONFIGURE_ARGS+=--with-ssl-dir=/ + .if defined(DO_NOT_COMPILE) CONFIGURE_ENV+=DO_NOT_COMPILE="${DO_NOT_COMPILE}" .endif # defined(DO_NOT_COMPILE) |