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

(-)devel/entity/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
CONFIGURE_ARGS+=	--enable-tcl=no
19
CONFIGURE_ARGS+=	--enable-tcl=no
20
20
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
23
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
24
25
25
MAN1=		entity.1
26
MAN1=		entity.1
(-)devel/gcvs/Makefile (-1 / +2 lines)
Lines 21-27 Link Here
21
RUN_DEPENDS+=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
21
RUN_DEPENDS+=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
22
22
23
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
24
USE_GTK=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	gtk12
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
USE_GMAKE=	yes
27
USE_GMAKE=	yes
27
BREAKS_IF_PEDANTIC=	yes
28
BREAKS_IF_PEDANTIC=	yes
(-)devel/glg/Makefile (-3 / +3 lines)
Lines 17-29 Link Here
17
MAINTAINER=	lo_gafet@users.sourceforge.net
17
MAINTAINER=	lo_gafet@users.sourceforge.net
18
18
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
WANT_GNOME=	yes
21
WANT_GNOME=	yes
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
24
24
25
.if defined(HAVE_GNOME)
25
.if ${HAVE_GNOME:Mgnomelibs}!=""
26
USE_GNOME=	yes
26
USE_GNOME=	gtk12
27
.endif
27
.endif
28
28
29
pre-build:
29
pre-build:
(-)devel/mico/Makefile (-1 / +2 lines)
Lines 34-40 Link Here
34
INSTALLS_SHLIB=	yes
34
INSTALLS_SHLIB=	yes
35
USE_NEWGCC=	yes
35
USE_NEWGCC=	yes
36
USE_GMAKE=	yes
36
USE_GMAKE=	yes
37
USE_GTK=	yes
37
USE_GNOMENG=	yes
38
USE_GNOME=	gtk12
38
USE_AUTOCONF=	yes
39
USE_AUTOCONF=	yes
39
CONFIGURE_ARGS=	--with-qt --with-gtk --with-tcl --disable-mini-stl \
40
CONFIGURE_ARGS=	--with-qt --with-gtk --with-tcl --disable-mini-stl \
40
		--enable-static --enable-shared
41
		--enable-static --enable-shared
(-)devel/ruby-gconf/Makefile (-1 / +2 lines)
Lines 20-26 Link Here
20
20
21
USE_RUBY=	yes
21
USE_RUBY=	yes
22
USE_RUBY_EXTCONF=	yes
22
USE_RUBY_EXTCONF=	yes
23
USE_GTK=	yes
23
USE_GNOMENG=	yes
24
USE_GNOME=	gtk12
24
25
25
CONFIGURE_ARGS=	--with-gtk-config=${GTK_CONFIG}
26
CONFIGURE_ARGS=	--with-gtk-config=${GTK_CONFIG}
26
INSTALL_TARGET=	site-install
27
INSTALL_TARGET=	site-install
(-)devel/sdl12/Makefile (-1 / +2 lines)
Lines 42-48 Link Here
42
USE_XLIB=	yes
42
USE_XLIB=	yes
43
.endif
43
.endif
44
.if !defined(WITHOUT_ESOUND)
44
.if !defined(WITHOUT_ESOUND)
45
USE_ESOUND=	yes
45
USE_GNOMENG=	yes
46
USE_GNOME=	esound
46
.endif
47
.endif
47
.if defined(WITHOUT_GL)
48
.if defined(WITHOUT_GL)
48
CONFIGURE_ARGS+=--disable-video-opengl
49
CONFIGURE_ARGS+=--disable-video-opengl
(-)devel/titano/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
WRKSRC=		${WRKDIR}/${DISTNAME:S/b//}
19
WRKSRC=		${WRKDIR}/${DISTNAME:S/b//}
20
20
21
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
22
USE_GNOMELIBS=	yes
22
USE_GNOMENG=	yes
23
USE_GNOME=	gnomelibs
23
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
24
USE_GMAKE=	yes
25
USE_GMAKE=	yes
25
USE_LIBTOOL=	yes
26
USE_LIBTOOL=	yes
(-)devel/veepee/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd
19
LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd
20
20
21
USE_GNOMELIBS=	yes
21
USE_GNOMENG=	yes
22
USE_GNOME=	gnomelibs
22
USE_XLIB=	yes
23
USE_XLIB=	yes
23
USE_PYTHON=	yes
24
USE_PYTHON=	yes
24
USE_LIBTOOL=	yes
25
USE_LIBTOOL=	yes
(-)devel/gnome-devel/Makefile (-1 / +2 lines)
Lines 21-27 Link Here
21
BROKEN=	"Needs more work on the dependency chain"
21
BROKEN=	"Needs more work on the dependency chain"
22
NO_BUILD=	yes
22
NO_BUILD=	yes
23
23
24
USE_GNOMELIBS=	yes
24
USE_GNOMENG=	yes
25
USE_GNOME=	gnomelibs
25
USE_PYTHON=	yes
26
USE_PYTHON=	yes
26
27
27
do-install:	# empty
28
do-install:	# empty

Return to bug 42195