View | Details | Raw Unified | Return to bug 42204
Collapse All | Expand All

(-)irc/olirc/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
USE_BZIP2=	yes
16
USE_BZIP2=	yes
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
21
21
do-install:
22
do-install:
(-)irc/xchat/Makefile (-3 / +3 lines)
Lines 23-29 Link Here
23
USE_BZIP2=		yes
23
USE_BZIP2=		yes
24
USE_GMAKE=		yes
24
USE_GMAKE=		yes
25
USE_PERL5=		yes
25
USE_PERL5=		yes
26
USE_IMLIB=		yes
26
USE_GNOMENG=		yes
27
WANT_GNOME=		yes
27
WANT_GNOME=		yes
28
GNU_CONFIGURE=		yes
28
GNU_CONFIGURE=		yes
29
# Assign with `+=' for slave ports
29
# Assign with `+=' for slave ports
Lines 53-60 Link Here
53
CONFIGURE_ARGS+=	--enable-gdk-pixbuf
53
CONFIGURE_ARGS+=	--enable-gdk-pixbuf
54
.endif
54
.endif
55
55
56
.if defined(HAVE_GNOME)
56
.if ${HAVE_GNOME:Mgnomelibs}!=""
57
USE_GNOME=		yes
57
USE_GNOME=		imlib
58
CONFIGURE_ARGS+=	--enable-gnome --enable-panel --enable-gdk-pixbuf \
58
CONFIGURE_ARGS+=	--enable-gnome --enable-panel --enable-gdk-pixbuf \
59
			--enable-zvt
59
			--enable-zvt
60
MAKE_ARGS=		icondir="${PREFIX}/share/gnome/pixmaps" \
60
MAKE_ARGS=		icondir="${PREFIX}/share/gnome/pixmaps" \
(-)irc/lostirc/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
		sigc:${PORTSDIR}/devel/libsigc++
17
		sigc:${PORTSDIR}/devel/libsigc++
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
23
MAN1=	lostirc.1
24
MAN1=	lostirc.1

Return to bug 42204