summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-09-18 19:08:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-09-18 19:08:34 +0000
commit4fde67cd41e731f0b7bc9b904e4d20249b868995 (patch)
treefa51351bbfa8acd299be025fecc79b4a17e53f19 /x11-wm
parentUpdate to 2.2.24. (diff)
Remove previous hack and offending variable definitions; this should fix
the package build on cluster. Feature safe: yes
Notes
Notes: svn path=/head/; revision=241665
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmii-devel/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile
index 16c967f969b2..71aa74819e62 100644
--- a/x11-wm/wmii-devel/Makefile
+++ b/x11-wm/wmii-devel/Makefile
@@ -26,7 +26,6 @@ USE_ICONV= yes
USE_XORG= x11 xextproto xt xext xft
MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \
- INCX11="-I${LOCALBASE}/include" LIBX11="-L${LOCALBASE}/lib" \
CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" STATIC="" \
LIBICONV="-liconv" MAN="${MANPREFIX}/man" \
VERS="3.6.${SNAPDATE}"
@@ -40,9 +39,6 @@ post-patch: .SILENT
${WRKSRC}/config.mk
# Mute "hg: not found" messages
${REINPLACE_CMD} -e '/^VERS =/d' ${WRKSRC}/mk/wmii.mk
-# Allow it to find freetype2 headers
- ${ECHO_CMD} CFLAGS+= \$$$$\(pkg-config --cflags freetype2\) \
- >> ${WRKSRC}/cmd/Makefile
# Make actual compile/link commands appear in the build log; do not try to
# regenerate manpages
${REINPLACE_CMD} -E -e 's|^COMPILE=|& noisycc=yes | ; \