Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 16:04:59 GMT
From:      Ivan Klymenko <fidaj@ukr.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177142: [patch] deskutils/cairo-dock Convert USE_CMAKE to USES macro
Message-ID:  <201303201604.r2KG4xNl073564@red.freebsd.org>
Resent-Message-ID: <201303201610.r2KGA02x031586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177142
>Category:       ports
>Synopsis:       [patch] deskutils/cairo-dock Convert USE_CMAKE to USES macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 20 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Klymenko
>Release:        FreeBSD 10.0-CURRENT
>Organization:
individual
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/cairo-dock.orig/Makefile b/cairo-dock/Makefile
index 318f8c2..657c813 100644
--- a/cairo-dock.orig/Makefile
+++ b/cairo-dock/Makefile
@@ -21,7 +21,7 @@ USE_GETTEXT=	yes
 USE_GNOME=	gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2
 USE_LDCONFIG=	yes
 USE_XORG=	xrender xtst
-USE_CMAKE=	yes
+USES=		cmake
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		cairo-dock.1


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303201604.r2KG4xNl073564>