diff options
Diffstat (limited to 'x11-wm/phluid/Makefile')
-rw-r--r-- | x11-wm/phluid/Makefile | 6 |
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> |