diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
commit | 836aebde5babd8b8701f585f03b775ebfc41a564 (patch) | |
tree | f990d2d5c21cdbac2e187df45b68fcc8e5d5353a /x11/kde4-baseapps | |
parent | c5420942c6d91a6dad718b6431ee6849f320142f (diff) | |
download | ports-836aebde5babd8b8701f585f03b775ebfc41a564.tar.gz ports-836aebde5babd8b8701f585f03b775ebfc41a564.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 322f991ba7f2..080de5ff8fd7 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -57,13 +57,9 @@ OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != xorg -BUILD_DEPENDS+= mkfontdir:${X_CLIENTS_PORT} -.else BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RUN_DEPENDS+= kompmgr:${PORTSDIR}/x11-wm/kompmgr -.endif .if !defined(WITHOUT_ARTSWRAPPER) RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper |