aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2009-09-19 03:08:34 +0800
committerdanfe <danfe@FreeBSD.org>2009-09-19 03:08:34 +0800
commitb4ae495ca05a984064118f118c7774599a8f4547 (patch)
tree8dbc77890b100ca234f3f23a183964fa72c9e1a1
parentaf2f708d4d93fb3d47cab1ac03def0f8c4ed5886 (diff)
downloadfreebsd-ports-gnome-b4ae495ca05a984064118f118c7774599a8f4547.tar.gz
freebsd-ports-gnome-b4ae495ca05a984064118f118c7774599a8f4547.tar.zst
freebsd-ports-gnome-b4ae495ca05a984064118f118c7774599a8f4547.zip
Remove previous hack and offending variable definitions; this should fix
the package build on cluster. Feature safe: yes
-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 | ; \