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 /x11/kdebase3 | |
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 'x11/kdebase3')
-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 |