diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-10-18 10:24:45 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-10-18 10:24:45 +0000 |
commit | f1bf4db4f5125d84d75a3499f55ff9c061908cc0 (patch) | |
tree | 6c626d1634f8d58bdc69991028cc24961ed5882d /x11/kdebase4 | |
parent | 1f7791426e2f7f12d23d802bbd002fdb5ac6014d (diff) | |
download | ports-f1bf4db4f5125d84d75a3499f55ff9c061908cc0.tar.gz ports-f1bf4db4f5125d84d75a3499f55ff9c061908cc0.zip |
Notes
Diffstat (limited to 'x11/kdebase4')
-rw-r--r-- | x11/kdebase4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index e7c579b67557..46b98442ee8c 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -46,7 +46,8 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 CONFIGURE_ENV+= RUN_KAPPFINDER=no kde_cv_utmp_file=/var/run/utmp -CONFIGURE_ARGS+=--without-java \ +CONFIGURE_ARGS+=--without-hal \ + --without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-ssl-dir=${OPENSSLBASE} |