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

Collapse All | Expand All

(-)net/xwhois/Makefile (-2 / +4 lines)
Lines 17-27 Link Here
17
17
18
MAINTAINER=	kris@FreeBSD.ORG
18
MAINTAINER=	kris@FreeBSD.ORG
19
19
20
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
20
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
21
22
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
21
23
22
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
23
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	GTK_CONFIG=${X11BASE}/bin/gtk12-config
26
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
25
27
26
do-install:
28
do-install:
27
	${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin
29
	${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin

Return to bug 11842