summaryrefslogtreecommitdiff
path: root/irc/xchat-gnome
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-09 19:28:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-09 19:28:33 +0000
commit8e841dbd49c39ba524da8021a078f3d9adf5eff2 (patch)
treedb14c7cff8b16319377070459a9ebe307d66cee1 /irc/xchat-gnome
parentUpdate port: deskutils/superkaramba: (diff)
* We don't need to include bsd.port.pre.mk here as it actually messes up
Python support [1] * Clean up some other portlint warnings Spotted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
Notes
Notes: svn path=/head/; revision=93578
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r--irc/xchat-gnome/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index e5cc7c26e77d..31a42190563d 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -31,8 +31,6 @@ CONFIGURE_ARGS= --enable-nls \
CONFLICTS= xchat-*
-.include <bsd.port.pre.mk>
-
.if defined(WITH_SOCKS)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
CONFIGURE_ARGS+= --enable-socks
@@ -50,7 +48,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if defined(WITH_TCL)
-LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83
+LIB_DEPENDS+= tcl83.1:${PORTSDIR}/lang/tcl83
CONFIGURE_ARGS+=--enable-tcl=${LOCALBASE}/lib/tcl8.3
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
-I${LOCALBASE}/include/tcl8.3" \
@@ -81,4 +79,4 @@ post-patch:
@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>