ports/99787: deskutils/bmp-docklet: it should not depend on gmake after build time

Gyorgy Teubel tgyurci at fremail.hu
Tue Jul 4 17:10:21 UTC 2006


>Number:         99787
>Category:       ports
>Synopsis:       deskutils/bmp-docklet: it should not depend on gmake after build time
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 04 17:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gyorgy Teubel
>Release:        
>Organization:
>Environment:
>Description:
If USE_GMAKE is defined, it will be in BUILD_DEPENDS. The program doesn't require it after build, but because in the makefile the RUN_DEPENDS variable is ${BUILD_DEPENDS}, therefore gmake is among the dependencies of the package bmp-docklet.
>How-To-Repeat:

>Fix:
diff -u -r /usr/ports/deskutils/bmp-docklet/Makefile bmp-docklet/Makefile
--- /usr/ports/deskutils/bmp-docklet/Makefile	Fri Feb 24 01:04:04 2006
+++ bmp-docklet/Makefile	Tue Jul  4 18:36:39 2006
@@ -17,7 +17,7 @@
 COMMENT=	System tray controller for beep-media-player
 
 BUILD_DEPENDS=	beep-media-player:${PORTSDIR}/multimedia/beep-media-player
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	beep-media-player:${PORTSDIR}/multimedia/beep-media-player
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes

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



More information about the freebsd-ports-bugs mailing list