Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 14:25:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323721 - head/x11-wm/phluid
Message-ID:  <201307261425.r6QEPHW6057336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 14:25:16 2013
New Revision: 323721
URL: http://svnweb.freebsd.org/changeset/ports/323721

Log:
  Fix build with newer binutils
  Cleanup the Makefile

Modified:
  head/x11-wm/phluid/Makefile

Modified: head/x11-wm/phluid/Makefile
==============================================================================
--- head/x11-wm/phluid/Makefile	Fri Jul 26 14:23:12 2013	(r323720)
+++ head/x11-wm/phluid/Makefile	Fri Jul 26 14:25:16 2013	(r323721)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   phluid
-# Date created:        11 August 2001
-# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
-#
+# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	phluid
 PORTVERSION=	0.0.3
@@ -12,12 +8,12 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A window manager that emphasizes efficiency, speed, and beauty
+COMMENT=	Window manager that emphasizes efficiency, speed, and beauty
 
-USE_GMAKE=	yes
+USEs=		gmake
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lm
+LDFLAGS+=	-L${LOCALBASE}/lib -lm -lX11
 
 .include <bsd.port.mk>



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