aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/phluid
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/phluid')
-rw-r--r--x11-wm/phluid/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile
index ddd1713ceb3d..f0d774b9bc31 100644
--- a/x11-wm/phluid/Makefile
+++ b/x11-wm/phluid/Makefile
@@ -11,15 +11,14 @@ CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phluid
-LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
-
MAINTAINER= ports@FreeBSD.org
-COMMENT= a window manager that emphasizes efficiency, speed, and beauty
+COMMENT= A window manager that emphasizes efficiency, speed, and beauty
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_GNOME= imlib
CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include' \
- LIBS='-L${X11BASE}/lib -lX11'
+ LIBS='-L${X11BASE}/lib -lX11 -lImlib'
.include <bsd.port.mk>