aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/phluid
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-07-03 00:02:13 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-07-03 00:02:13 +0000
commite6e8f977b7706b5d70264c63e37ed67104350dcc (patch)
treeccc27c73396675001c2f92d2ca3ec338f67e3eb7 /x11-wm/phluid
parent63d27a6ff1a7b16ef6aa486f0cbfa562756918f3 (diff)
downloadports-e6e8f977b7706b5d70264c63e37ed67104350dcc.tar.gz
ports-e6e8f977b7706b5d70264c63e37ed67104350dcc.zip
Fix include path problem.
Noticed by: kris@ Pointyhat by: me
Notes
Notes: svn path=/head/; revision=138355
Diffstat (limited to 'x11-wm/phluid')
-rw-r--r--x11-wm/phluid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile
index 4fdec8ce9ece..f29d5477b763 100644
--- a/x11-wm/phluid/Makefile
+++ b/x11-wm/phluid/Makefile
@@ -7,7 +7,7 @@
PORTNAME= phluid
PORTVERSION= 0.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phluid
@@ -20,7 +20,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LDFLAGS="-L${X11BASE}/lib -lm"
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
+ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm"
.include <bsd.port.mk>