aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/phluid
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-03 02:37:23 +0800
committerkrion <krion@FreeBSD.org>2004-02-03 02:37:23 +0800
commit47b4169ad28c8c6410ded17e32a5435c0ba90d4e (patch)
tree0d750e312f06ec13da67f394a87a7662e7af5c42 /x11-wm/phluid
parent3d30e5295c6954640d205722712a6e91902464ae (diff)
downloadfreebsd-ports-graphics-47b4169ad28c8c6410ded17e32a5435c0ba90d4e.tar.gz
freebsd-ports-graphics-47b4169ad28c8c6410ded17e32a5435c0ba90d4e.tar.zst
freebsd-ports-graphics-47b4169ad28c8c6410ded17e32a5435c0ba90d4e.zip
- Get rid of unneeded dependency for imlib
PR: ports/62269 Submitted by: Ports Fury
Diffstat (limited to 'x11-wm/phluid')
-rw-r--r--x11-wm/phluid/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile
index 195cafc4ca5..32c08e470f6 100644
--- a/x11-wm/phluid/Makefile
+++ b/x11-wm/phluid/Makefile
@@ -7,6 +7,7 @@
PORTNAME= phluid
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phluid
@@ -17,10 +18,9 @@ COMMENT= A window manager that emphasizes efficiency, speed, and beauty
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= imlib
-CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include' \
- LIBS='-L${X11BASE}/lib -lX11 -lImlib'
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LDFLAGS="-L${X11BASE}/lib -lm"
.include <bsd.port.mk>