aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/phluid
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-23 16:55:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-23 16:55:27 +0000
commit48c7506915d4dd34c227ad055478fae7228bc713 (patch)
tree2950c4ff730cbd3f8b3e70ccf9c87f979cd060ad /x11-wm/phluid
parent3f34c2dd9cb20f0cff4be7a30c0f943ab9764169 (diff)
downloadports-48c7506915d4dd34c227ad055478fae7228bc713.tar.gz
ports-48c7506915d4dd34c227ad055478fae7228bc713.zip
- Use proper Imlib version for this port and fix build on bento
Noticed by: bento via kris
Notes
Notes: svn path=/head/; revision=98901
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>