diff options
author | marino <marino@FreeBSD.org> | 2013-08-23 06:34:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-23 06:34:32 +0800 |
commit | c73dacd15ee1156710ce31f64d0276182a0b8d2f (patch) | |
tree | 4da567eaff168f06c23c03fdab466eabcf10cceb /x11-wm | |
parent | bd6514ee7938cd206532175c9af3f9e7e9f0f442 (diff) | |
download | freebsd-ports-gnome-c73dacd15ee1156710ce31f64d0276182a0b8d2f.tar.gz freebsd-ports-gnome-c73dacd15ee1156710ce31f64d0276182a0b8d2f.tar.zst freebsd-ports-gnome-c73dacd15ee1156710ce31f64d0276182a0b8d2f.zip |
x11-wm/phluid: Fix typo (USEs => USES)
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phluid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index ac59e7bacec0..c4aa6ed70c5f 100644 --- a/x11-wm/phluid/Makefile +++ b/x11-wm/phluid/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window manager that emphasizes efficiency, speed, and beauty -USEs= gmake +USES= gmake USE_EFL= imlib2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |