diff options
Diffstat (limited to 'x11-wm/phluid/Makefile')
-rw-r--r-- | x11-wm/phluid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index 4da060145c22..d4d6f4f75042 100644 --- a/x11-wm/phluid/Makefile +++ b/x11-wm/phluid/Makefile @@ -7,7 +7,7 @@ PORTNAME= phluid PORTVERSION= 0.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phluid @@ -15,10 +15,9 @@ MASTER_SITE_SUBDIR= phluid MAINTAINER= ports@FreeBSD.org COMMENT= A window manager that emphasizes efficiency, speed, and beauty -LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 - USE_X_PREFIX= yes USE_GMAKE= yes +USE_EFL= imlib2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" |