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

Collapse All | Expand All

(-)sysutils/xwatch/Makefile (-2 / +4 lines)
Lines 12-22 Link Here
12
12
13
MAINTAINER=	mph@freebsd.org
13
MAINTAINER=	mph@freebsd.org
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_XLIB=	yes
19
USE_XLIB=	yes
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config"
21
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
20
22
21
post-install:
23
post-install:
22
.if !defined(NOPORTDOCS)
24
.if !defined(NOPORTDOCS)

Return to bug 11842