diff options
author | araujo <araujo@FreeBSD.org> | 2012-12-20 13:33:28 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-12-20 13:33:28 +0800 |
commit | a33b52b317547a2a7ed10dca50f0e787971b5c1a (patch) | |
tree | 81ff366c383dcec3baa8f1c223195a0e531432f4 /x11-wm | |
parent | ba4475bcae71cc75de8432a8399541babe1a64d3 (diff) | |
download | freebsd-ports-gnome-a33b52b317547a2a7ed10dca50f0e787971b5c1a.tar.gz freebsd-ports-gnome-a33b52b317547a2a7ed10dca50f0e787971b5c1a.tar.zst freebsd-ports-gnome-a33b52b317547a2a7ed10dca50f0e787971b5c1a.zip |
- Fix build.
- Trim header.
PR: ports/172072
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ede/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index 50c6cf95d744..5d717c4d74bc 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ede -# Date created: 28 Febrary 2004 -# Whom: Sergey Matveychuk <sem@ciam.ru> -# +# Created by: Sergey Matveychuk <sem@ciam.ru> # $FreeBSD$ -# PORTNAME= ede PORTVERSION= 2.0 @@ -28,8 +24,6 @@ LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ 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=${EDELIB_WRKSRC} \ 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]* |