diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-09 19:28:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-09 19:28:33 +0000 |
commit | 8e841dbd49c39ba524da8021a078f3d9adf5eff2 (patch) | |
tree | db14c7cff8b16319377070459a9ebe307d66cee1 /irc/xchat-gnome | |
parent | 391bfd0160acdff7847a60c6ae46a6b178e2e137 (diff) | |
download | ports-8e841dbd49c39ba524da8021a078f3d9adf5eff2.tar.gz ports-8e841dbd49c39ba524da8021a078f3d9adf5eff2.zip |
Notes
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 |
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> |