[Midnightbsd-cvs] mports: Makefile: Improve run depends checking.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 09:44:23 EDT 2007


Log Message:
-----------
Improve run depends checking. (magus)

Modified Files:
--------------
    mports/x11/windowmaker-desktop:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/windowmaker-desktop/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lx11/windowmaker-desktop/Makefile -Lx11/windowmaker-desktop/Makefile -u -r1.1 -r1.2
--- x11/windowmaker-desktop/Makefile
+++ x11/windowmaker-desktop/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	windowmaker-desktop
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	x11 windowmaker
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -14,7 +14,7 @@
 MAINTAINER=     luke at MidnightBSD.org
 COMMENT=        WindowMaker based desktop environment
 
-RUN_DEPENDS=	windowmaker:${PORTSDIR}/x11-wm/windowmaker \
+RUN_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker \
 		wdm:${PORTSDIR}/x11/wdm \
 		wmlpq:${PORTSDIR}/print/wmlpq \
 		wmbinclock:${PORTSDIR}/x11-clocks/wmbinclock \
@@ -22,7 +22,7 @@
 		wterm:${PORTSDIR}/x11/wterm \
 		wmmp3:${PORTSDIR}/audio/wmmp3 \
 		wmsmixer:${PORTSDIR}/audio/wmsmixer \
-		wmicons:${PORTSDIR}/graphics/wmicons \
+		${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons \
 		wmweather+:${PORTSDIR}/misc/wmweather+ \
 		xscreensaver.app:${PORTSDIR}/x11/xscreensaver.app
 


More information about the Midnightbsd-cvs mailing list