ports/101038: [PATCH] x11/e17-module-engage: add missing dependency

Rainer Alves rainer.alves at gmail.com
Sun Jul 30 02:30:07 UTC 2006


>Number:         101038
>Category:       ports
>Synopsis:       [PATCH] x11/e17-module-engage: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 30 02:30:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:

- Add missing dependency


>How-To-Repeat:

===>  Configuring for e17-module-engage-20060719
[...]
checking for ewl-config... no
checking for ewl - version >= 0.0.1... no
*** The ewl-config script installed by ewl could not be found
[...]
*** Error code 1


>Fix:

--- e17-module-engage-fix.diff begins here ---
diff -ruN /usr/ports/x11/e17-module-engage/Makefile x11/e17-module-engage/Makefile
--- /usr/ports/x11/e17-module-engage/Makefile	Mon Jul 24 14:56:08 2006
+++ x11/e17-module-engage/Makefile	Sat Jul 29 22:59:21 2006
@@ -16,7 +16,8 @@
 COMMENT=	Alternative e17 application launcher with tray support
 
 BUILD_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
-LIB_DEPENDS=	esmart_trans_x11.0:${PORTSDIR}/graphics/esmart
+LIB_DEPENDS=	esmart_trans_x11.0:${PORTSDIR}/graphics/esmart \
+		ewl.0:${PORTSDIR}/x11-toolkits/ewl
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
--- e17-module-engage-fix.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list