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

(-)x11-clocks/asclock-gtk/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
ALL_TARGET=	asclock
18
ALL_TARGET=	asclock
19
19
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_GTK=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gtk12
22
HAS_CONFIGURE=	yes
23
HAS_CONFIGURE=	yes
23
24
24
.if defined(BATCH)
25
.if defined(BATCH)
(-)x11-clocks/washerdryer/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
USE_XPM=	yes
22
USE_XPM=	yes
22
23
23
MANCOMPRESSED=	yes
24
MANCOMPRESSED=	yes
(-)x11-clocks/wmfishtime/Makefile (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
16
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
17
17
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
19
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
20
21
21
GTK_LIBS?=	`${GTK_CONFIG} --libs`
22
GTK_LIBS?=	`${GTK_CONFIG} --libs`
(-)x11-clocks/wmtimer/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_XPM=	yes
18
USE_XPM=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
21
MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
21
		PTHREAD_LIBS="${PTHREAD_LIBS}"
22
		PTHREAD_LIBS="${PTHREAD_LIBS}"
22
23
(-)x11-clocks/xmms-alarm/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
RUN_DEPENDS=	xmms-config:${PORTSDIR}/audio/xmms
17
RUN_DEPENDS=	xmms-config:${PORTSDIR}/audio/xmms
18
18
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>

Return to bug 42284