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

(-)xsane/Makefile (-1 / +7 lines)
Lines 22-28 Link Here
22
22
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_GNOME=	gtk12
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 35-40 Link Here
35
CONFIGURE_ARGS+=	--enable-gimp
34
CONFIGURE_ARGS+=	--enable-gimp
36
.else
35
.else
37
CONFIGURE_ARGS+=	--disable-gimp
36
CONFIGURE_ARGS+=	--disable-gimp
37
.endif
38
39
.if defined(WITH_GTK2)
40
USE_GNOME=	gtk20
41
.else
42
USE_GNOME=	gtk12
43
CONFIGURE_ARGS= --disable-gtk2
38
.endif
44
.endif
39
45
40
pre-everything::
46
pre-everything::

Return to bug 55800