summaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-01-14 20:24:34 +0000
committerR. Imura <imura@FreeBSD.org>2000-01-14 20:24:34 +0000
commit572a8cf7eed5d3e0be1c04fca8d04a8f0af43fe8 (patch)
treea48a3522c041ec03439cc456f5c3a99839d572e1 /x11/kdebase4-runtime
parentOoops, put gnomba in the wrong place (diff)
Oops... my last change about kdm had no effect at all.
Hope this will realy fix the problem and I add USE_XLIB. What's the problem: configure script checks if $PATH/X exists and if so define XBINDIR as $PATH. In kdebase's package, XBINDIR is hardly embedded in kdm and it doesn't work. In last modification, I added $X11BASE/bin to $PATH in Makefile...
Notes
Notes: svn path=/head/; revision=24743
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 3e7077cbcc3c..9724191aa9e8 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+USE_XLIB= yes
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
@@ -35,7 +36,7 @@ KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
+ kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
post-install:
.for KSS in $(KSSES)