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

(-)print/cups/Makefile.common (-1 / +16 lines)
Lines 47-53 Link Here
47
		png.5:${PORTSDIR}/graphics/png \
47
		png.5:${PORTSDIR}/graphics/png \
48
		tiff.4:${PORTSDIR}/graphics/tiff
48
		tiff.4:${PORTSDIR}/graphics/tiff
49
49
50
WANT_AUTOCONF_VER=	253
50
.if defined(WITH_PERL)
51
CONFIGURE_ARGS+=	--with-perl
52
RUN_DEPENDS+=		perl:${PORTSDIR}/lang/perl5
53
.endif
54
55
.if defined(WITH_PHP)
56
CONFIGURE_ARGS+=	--with-php
57
RUN_DEPENDS+=		php:${PORTSDIR}/lang/php4
58
.endif
59
60
.if defined(WITH_PYTHON)
61
CONFIGURE_ARGS+=	--with-python
62
RUN_DEPENDS+=		python:${PORTSDIR}/lang/python23
63
.endif
64
65
#WANT_AUTOCONF_VER=	253
51
66
52
USE_BZIP2=	yes
67
USE_BZIP2=	yes
53
USE_GMAKE=	yes
68
USE_GMAKE=	yes

Return to bug 60557