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

Collapse All | Expand All

(-)japanese/gicq/Makefile (-4 / +6 lines)
Lines 18-31 Link Here
18
18
19
MAINTAINER=	flathill@FreeBSD.ORG
19
MAINTAINER=	flathill@FreeBSD.ORG
20
20
21
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12	\
21
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12	\
22
		icq.0:${PORTSDIR}/japanese/libicq
22
		icq.0:${PORTSDIR}/japanese/libicq
23
23
24
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
25
24
USE_X_PREFIX=	yes
26
USE_X_PREFIX=	yes
25
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--without-gnome --disable-nls
28
CONFIGURE_ARGS=	--without-gnome --disable-nls
27
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
29
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
28
		CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
30
		CPPFLAGS="-I${LOCALBASE}/include" \
29
		LIBS="-lxpg4"
31
		LIBS="-L${LOCALBASE}/lib"
30
32
31
.include <bsd.port.mk>
33
.include <bsd.port.mk>

Return to bug 11842