Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 23:50:39 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62269: Update port: x11-wm/phluid
Message-ID:  <20040202235039.33c86c28.tkato@prontomail.com>
Resent-Message-ID: <200402021500.i12F0h67072126@freefall.freebsd.org>

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

>Number:         62269
>Category:       ports
>Synopsis:       Update port: x11-wm/phluid
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 07:00:42 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Get rid of unneeded dependency for imlib

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/phluid/Makefile x11-wm/phluid/Makefile
--- /usr/ports/x11-wm/phluid/Makefile	Thu Jan 29 21:33:12 2004
+++ x11-wm/phluid/Makefile	Mon Feb  2 23:36:19 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	phluid
 PORTVERSION=	0.0.3
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	phluid
@@ -17,10 +18,9 @@
 LIB_DEPENDS=	Imlib2.2:${PORTSDIR}/graphics/imlib2
 
 USE_X_PREFIX=	yes
-GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	imlib
-CONFIGURE_ENV=	CPPFLAGS='-I${X11BASE}/include' \
-		LIBS='-L${X11BASE}/lib -lX11 -lImlib'
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
+		LDFLAGS="-L${X11BASE}/lib -lm"
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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