aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/phluid
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-02 18:37:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-02 18:37:23 +0000
commit7756173c0271724d0ee7c10e9204449aed257482 (patch)
tree1fea1f892f919f03404e6690d602b8338584f221 /x11-wm/phluid
parent46daac69575deccd86daeb15d050522047f277c3 (diff)
downloadports-7756173c0271724d0ee7c10e9204449aed257482.tar.gz
ports-7756173c0271724d0ee7c10e9204449aed257482.zip
- Get rid of unneeded dependency for imlib
PR: ports/62269 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=99833
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 195cafc4ca55..32c08e470f62 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>