aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-01-11 17:05:55 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-01-11 17:05:55 +0000
commiteb7f6e07ce7c8f96acc128a2decf7e2749aff2cb (patch)
treeeb102ec62f9f86e193d120fb621df8ad12cd5b9c /x11/kde4-baseapps/Makefile
parentd9c637cf0eb0f4b37308437bf542bffe91314262 (diff)
downloadports-eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb.tar.gz
ports-eb7f6e07ce7c8f96acc128a2decf7e2749aff2cb.zip
Be more explicit about the openssl dependency.
Notes
Notes: svn path=/head/; revision=153269
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r--x11/kde4-baseapps/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 8c5c85f83337..61a78c1eb313 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/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