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

Collapse All | Expand All

(-)net/ethereal/Makefile (-3 / +4 lines)
Lines 13-24 Link Here
13
13
14
MAINTAINER=	billf@FreeBSD.ORG
14
MAINTAINER=	billf@FreeBSD.ORG
15
15
16
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
16
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
17
18
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
17
19
18
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
22
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
21
		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
22
23
23
MAN1=		ethereal.1
24
MAN1=		ethereal.1
24
25

Return to bug 11842