svn commit: r309279 - head/x11-wm/ede

Marcelo Araujo araujo at FreeBSD.org
Thu Dec 20 05:33:28 UTC 2012


Author: araujo
Date: Thu Dec 20 05:33:28 2012
New Revision: 309279
URL: http://svnweb.freebsd.org/changeset/ports/309279

Log:
  - Fix build.
  - Trim header.
  
  PR:		ports/172072
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>

Modified:
  head/x11-wm/ede/Makefile   (contents, props changed)

Modified: head/x11-wm/ede/Makefile
==============================================================================
--- head/x11-wm/ede/Makefile	Thu Dec 20 05:28:30 2012	(r309278)
+++ head/x11-wm/ede/Makefile	Thu Dec 20 05:33:28 2012	(r309279)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ede
-# Date created:				28 Febrary 2004
-# Whom:					Sergey Matveychuk <sem at ciam.ru>
-#
+# Created by: Sergey Matveychuk <sem at ciam.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	ede
 PORTVERSION=	2.0
@@ -28,8 +24,6 @@ LIB_DEPENDS=	dbus-1.3:${PORTSDIR}/devel/
 		fltk.1:${PORTSDIR}/x11-toolkits/fltk
 RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
-BROKEN=		does not link
-
 OPTIONS_DEFINE=	HAL
 HAL_DESC=	Enable HAL support
 
@@ -44,8 +38,8 @@ CONFIGURE_ARGS=	--with-edelib_path=${EDE
 INSTALL_ICONS=	yes
 MAKE_JOBS_SAFE=	yes
 
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFLICTS_INSTALL=	pekwm-[0-9]*
 


More information about the svn-ports-all mailing list