diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-14 17:14:03 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-14 17:14:03 +0000 |
commit | d9c9432ab505a6eb5551caed1176eb463db022c8 (patch) | |
tree | 0c4e209fb391e2714b43fc2cf1798895b048dbac /irc/xchat | |
parent | Upgrade from 1.3.1-3 to 1.3.1-4. The only real change (outside of the auto* n... (diff) |
- Convert to USES=tcl
- Convert to new LIB_DEPENDS format
- STAGE-clean
- Fix WWW line in pkg-descr
Notes
Notes:
svn path=/head/; revision=344285
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 15 | ||||
-rw-r--r-- | irc/xchat/pkg-descr | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 3e957f30b820..032b7f06d835 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -18,8 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]* USE_BZIP2= yes -USES= gettext pkgconfig gmake -USE_GNOME= gnomehack gtk20 +USES= gettext pkgconfig gmake pathfix +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} @@ -35,11 +35,10 @@ LIBSEXY_DESC= Spell check support via libsexy .if defined(WITH_PYTHON) .endif -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus USE_GNOME+= gconf2 GCONF_SCHEMAS+= apps_xchat_url_handler.schemas @@ -50,10 +49,10 @@ PLIST_SUB+= DBUS="@comment " .endif .if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--enable-spell=gtkspell .elif ${PORT_OPTIONS:MLIBSEXY} -LIB_DEPENDS+= sexy:${PORTSDIR}/x11-toolkits/libsexy +LIB_DEPENDS+= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy CONFIGURE_ARGS+=--enable-spell=libsexy .else CONFIGURE_ARGS+=--enable-spell=none @@ -83,12 +82,12 @@ PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MSOCKS} -LIB_DEPENDS+= socks:${PORTSDIR}/net/dante +LIB_DEPENDS+= libsocks.so:${PORTSDIR}/net/dante CONFIGURE_ARGS+=--enable-socks .endif .if ${PORT_OPTIONS:MTCL} -USE_TCL= 84+ +USES+= tcl CONFIGURE_ARGS+=--enable-tcl=${TCL_LIBDIR} CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ -L${TCL_LIBDIR}" diff --git a/irc/xchat/pkg-descr b/irc/xchat/pkg-descr index f93552a5ae8d..49a68402ed46 100644 --- a/irc/xchat/pkg-descr +++ b/irc/xchat/pkg-descr @@ -2,4 +2,4 @@ XChat is a graphical IRC client. It requires a computer running a UNIX-like OS and the X Window System (X11), and the GTK 2 library. It can also use Perl and (optionally) Python scripts. -WWW: http://xchat.org/ +WWW: http://xchat.org/ |