diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 22:25:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 22:25:16 +0800 |
commit | 2e291beba603e7754b7f3e6bbe2ad3fd44cd1d7f (patch) | |
tree | e178300b246aea2abfc1f679989a0559408da2dd /x11-wm | |
parent | df9ef2ec4bf5c7cef63b635bd6d920d8f9ad85b6 (diff) | |
download | freebsd-ports-gnome-2e291beba603e7754b7f3e6bbe2ad3fd44cd1d7f.tar.gz freebsd-ports-gnome-2e291beba603e7754b7f3e6bbe2ad3fd44cd1d7f.tar.zst freebsd-ports-gnome-2e291beba603e7754b7f3e6bbe2ad3fd44cd1d7f.zip |
Fix build with newer binutils
Cleanup the Makefile
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phluid/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index a07cb95e04a6..ac59e7bacec0 100644 --- a/x11-wm/phluid/Makefile +++ b/x11-wm/phluid/Makefile @@ -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> |