aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fluxspace
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-07-03 08:02:13 +0800
committervanilla <vanilla@FreeBSD.org>2005-07-03 08:02:13 +0800
commit2ffb7c40b439db495d3d718fb8f6951fa2c1565c (patch)
treef0e4062e808d1be48a8f436ecaf335a54ca5f469 /x11-wm/fluxspace
parent22a017116fc692ae773a007e743b6b111eee77c1 (diff)
downloadfreebsd-ports-gnome-2ffb7c40b439db495d3d718fb8f6951fa2c1565c.tar.gz
freebsd-ports-gnome-2ffb7c40b439db495d3d718fb8f6951fa2c1565c.tar.zst
freebsd-ports-gnome-2ffb7c40b439db495d3d718fb8f6951fa2c1565c.zip
Fix include path problem.
Noticed by: kris@ Pointyhat by: me
Diffstat (limited to 'x11-wm/fluxspace')
-rw-r--r--x11-wm/fluxspace/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/fluxspace/Makefile b/x11-wm/fluxspace/Makefile
index ff22551995b9..74c30a49ad12 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 <bsd.port.pre.mk>