diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 16:55:27 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 16:55:27 +0000 |
commit | 80d65482ea44deee2094417adfb2e317d746d703 (patch) | |
tree | 32d1fea77cee375db969bda8279fb21e7245c170 /x11-wm | |
parent | 698104d8179ea7e242331b44eb42b2adb410acec (diff) | |
download | FreeBSD-ports-80d65482ea44deee2094417adfb2e317d746d703.zip FreeBSD-ports-80d65482ea44deee2094417adfb2e317d746d703.tar.gz |
- Use proper Imlib version for this port and fix build on bento
Noticed by: bento via kris
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phluid/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index ddd1713..f0d774b 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> |