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 /x11/kdebase3/Makefile | |
parent | d9c637cf0eb0f4b37308437bf542bffe91314262 (diff) | |
download | ports-eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb.tar.gz ports-eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb.zip |
Notes
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 8c5c85f83337..61a78c1eb313 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -29,6 +29,8 @@ PREFIX= ${KDE_PREFIX} USE_GETOPT_LONG=yes USE_OPENLDAP= yes +USE_OPENSSL= yes + USE_BZIP2= yes USE_GMAKE= yes USE_XPM= yes @@ -45,7 +47,8 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 CONFIGURE_ENV+= RUN_KAPPFINDER=no kde_cv_utmp_file=/var/run/utmp CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ - --with-xdmdir=${X11BASE}/lib/X11/xdm + --with-xdmdir=${X11BASE}/lib/X11/xdm \ + --with-ssl-dir=/ OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on |