From 2ffb7c40b439db495d3d718fb8f6951fa2c1565c Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 3 Jul 2005 00:02:13 +0000 Subject: Fix include path problem. Noticed by: kris@ Pointyhat by: me --- x11-wm/fluxspace/Makefile | 5 ++++- x11-wm/phluid/Makefile | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/fluxspace/Makefile b/x11-wm/fluxspace/Makefile index ff22551..74c30a4 100644 --- a/x11-wm/fluxspace/Makefile +++ b/x11-wm/fluxspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= fluxspace PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.isomedia.com/homes/stevencooper/files/ @@ -20,6 +20,9 @@ BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2 \ USE_PYTHON= yes GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + .include diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index 4fdec8c..f29d547 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 -- cgit v1.1