View | Details | Raw Unified | Return to bug 11842 | Differences between
and this patch

Collapse All | Expand All

(-)net/irssi/Makefile (-3 / +4 lines)
Lines 12-18 Link Here
12
12
13
MAINTAINER=	jim@phrantic.phear.net
13
MAINTAINER=	jim@phrantic.phear.net
14
14
15
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
15
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
16
17
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
16
18
17
USE_BZIP2=	yes
19
USE_BZIP2=	yes
18
USE_GMAKE=	yes
20
USE_GMAKE=	yes
Lines 22-29 Link Here
22
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--without-gnome --without-dock --without-pthreads \
25
CONFIGURE_ARGS=	--without-gnome --without-dock --without-pthreads \
24
		--without-socks --with-textui=none
26
		--without-socks --with-textui=none
25
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
27
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
26
		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
27
28
28
post-install:
29
post-install:
29
	@${ECHO} "		"
30
	@${ECHO} "		"

Return to bug 11842