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

Collapse All | Expand All

(-)graphics/xsane/Makefile (-3 / +5 lines)
Lines 13-32 Link Here
13
13
14
MAINTAINER=	domi@saargate.de
14
MAINTAINER=	domi@saargate.de
15
15
16
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
16
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
17
		sane.1:${PORTSDIR}/graphics/sane \
17
		sane.1:${PORTSDIR}/graphics/sane \
18
		jpeg.9:${PORTSDIR}/graphics/jpeg \
18
		jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		tiff.4:${PORTSDIR}/graphics/tiff34 \
19
		tiff.4:${PORTSDIR}/graphics/tiff34 \
20
		png.3:${PORTSDIR}/graphics/png
20
		png.3:${PORTSDIR}/graphics/png
21
21
22
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
23
22
USE_GMAKE=	yes
24
USE_GMAKE=	yes
23
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
24
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
25
27
26
MAN1=		xsane.1
28
MAN1=		xsane.1
27
29
28
CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
30
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
29
		GTK_CONFIG="${X11BASE}/bin/gtk12-config"
31
		GTK_CONFIG="${GTK_CONFIG}"
30
32
31
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
32
34

Return to bug 11842