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

Collapse All | Expand All

(-)net/xchat/Makefile (-4 / +5 lines)
Lines 14-28 Link Here
14
14
15
MAINTAINER=	jim@phrantic.phear.net
15
MAINTAINER=	jim@phrantic.phear.net
16
16
17
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
17
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
18
18
19
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
20
21
USE_X_PREFIX=	yes
19
USE_GMAKE=	yes
22
USE_GMAKE=	yes
20
USE_PERL5=	yes
23
USE_PERL5=	yes
21
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--disable-gnome
25
CONFIGURE_ARGS=	--disable-gnome
23
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config"
26
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" 
24
25
USE_X_PREFIX=	yes
26
27
27
post-install:
28
post-install:
28
	strip ${PREFIX}/bin/xchat
29
	strip ${PREFIX}/bin/xchat

Return to bug 11842