diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 04:51:46 +0800 | 
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 04:51:46 +0800 | 
| commit | 16cbfb62189473c09d80b427a4908ae5e74d974c (patch) | |
| tree | 3854393b0665fe108d2242c0650913babba60655 | |
| parent | b509247b8fd4464ba969e2f7f05d6f9ef78590a5 (diff) | |
| download | marcuscom-ports-16cbfb62189473c09d80b427a4908ae5e74d974c.tar.gz marcuscom-ports-16cbfb62189473c09d80b427a4908ae5e74d974c.tar.zst marcuscom-ports-16cbfb62189473c09d80b427a4908ae5e74d974c.zip  | |
GCONF_SCHEMAS= -> GCONF_SCHEMAS+= to avoid blind in future if we add more
GCONF_SCHEMAS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7698 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | irc/xchat/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 9fd7583b0..1da8b2edd 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -3,7 +3,7 @@  # Whom:				Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/irc/xchat/Makefile,v 1.3 2006/10/07 17:10:06 marcus Exp $ +#    $MCom: ports/irc/xchat/Makefile,v 1.4 2006/10/10 20:45:35 mezz Exp $  PORTNAME=	xchat  PORTVERSION=	2.6.6 @@ -62,7 +62,7 @@ PLIST_SUB+=	TCL="@comment "  LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib  CONFIGURE_ARGS+=--enable-dbus  USE_GNOME+=	gconf2 -GCONF_SCHEMAS=	apps_xchat_url_handler.schemas +GCONF_SCHEMAS+=	apps_xchat_url_handler.schemas  PLIST_SUB+=	DBUS=""  .else  CONFIGURE_ARGS+=--disable-dbus  | 
