View | Details | Raw Unified | Return to bug 42194
Collapse All | Expand All

(-)deskutils/gaddr/Makefile (-4 / +4 lines)
Lines 13-26 Link Here
13
MAINTAINER=	jim@FreeBSD.org
13
MAINTAINER=	jim@FreeBSD.org
14
14
15
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
16
USE_GTK=	yes
17
WANT_GNOME=	yes
18
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GNOMENG=	yes
18
WANT_GNOME=	yes
19
19
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
21
21
22
.if defined(HAVE_GNOME)
22
.if ${HAVE_GNOME:Mgnomelibs}!=""
23
USE_GNOME=	yes
23
USE_GNOME=	gtk12
24
CONFIGURE_ARGS+= --enable-gnome
24
CONFIGURE_ARGS+= --enable-gnome
25
.endif
25
.endif
26
26
(-)deskutils/gtimer/Makefile (-1 / +2 lines)
Lines 14-20 Link Here
14
14
15
USE_BZIP2=	yes
15
USE_BZIP2=	yes
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
20
20
MAN1=		gtimer.1
21
MAN1=		gtimer.1
(-)deskutils/ithought/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
19
CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
20
20
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
23
23
post-patch:
24
post-patch:
24
	@${PERL} -i.orig -p \
25
	@${PERL} -i.orig -p \
(-)deskutils/logjam/Makefile (-1 / +2 lines)
Lines 18-23 Link Here
18
18
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)deskutils/loserjabber/Makefile (-1 / +3 lines)
Lines 14-20 Link Here
14
MAINTAINER=	ryan@manunkind.org
14
MAINTAINER=	ryan@manunkind.org
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GTK=	yes
17
USE_GNOMENG=	yes
18
USE_GNOME=	gtk12
19
18
MAN1=		loserjabber.1
20
MAN1=		loserjabber.1
19
MANCOMPRESSED=	no
21
MANCOMPRESSED=	no
20
22
(-)deskutils/gmcal/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
20
20
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
23
23
post-extract:
24
post-extract:
24
	${CHMOD} a-x ${WRKSRC}/*
25
	${CHMOD} a-x ${WRKSRC}/*

Return to bug 42194