aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/spectrwm
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-01-17 02:35:03 +0800
committerpav <pav@FreeBSD.org>2012-01-17 02:35:03 +0800
commit875a5099591f2d35c7e562c58bf8c8c22cb7c709 (patch)
treed9ecfbec3d507ecb23039495ef57b17979d16016 /x11-wm/spectrwm
parent8db36498dc1dddd58483d49327086394212951b3 (diff)
downloadfreebsd-ports-gnome-875a5099591f2d35c7e562c58bf8c8c22cb7c709.tar.gz
freebsd-ports-gnome-875a5099591f2d35c7e562c58bf8c8c22cb7c709.tar.zst
freebsd-ports-gnome-875a5099591f2d35c7e562c58bf8c8c22cb7c709.zip
- Remove X11BASE
Reported by: pointyhat
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r--x11-wm/spectrwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile
index 3ee74cb91411..908f77b58b48 100644
--- a/x11-wm/spectrwm/Makefile
+++ b/x11-wm/spectrwm/Makefile
@@ -37,10 +37,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/scrotwm.*
do-build:
- ${CC} ${CFLAGS} -I${X11BASE}/include \
- -I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
+ ${CC} ${CFLAGS} -I${LOCALBASE}/include \
+ -I${WRKSRC}/linux -lutil -L${LOCALBASE}/lib -lX11 -lXrandr -lXtst \
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
- ${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fPIC \
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c
do-install: