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

(-)Makefile 2013-06-11 09:06:56.000000000 +0200 (-2 / +11 lines)
Lines 8-17 Link Here
8
MAINTAINER=            ruby@FreeBSD.org
8
MAINTAINER=            ruby@FreeBSD.org
9
COMMENT=               Ruby binding for ImageMagick
9
COMMENT=               Ruby binding for ImageMagick
10
10
11
LIB_DEPENDS=           MagickWand:${PORTSDIR}/graphics/ImageMagick
12
13
USE_RUBY=              yes
11
USE_RUBY=              yes
14
USE_RUBYGEMS=          yes
12
USE_RUBYGEMS=          yes
15
RUBYGEM_AUTOPLIST=     yes
13
RUBYGEM_AUTOPLIST=     yes
16
14
15
OPTIONS_DEFINE=                X11
16
OPTIONS_DEFAULT=       X11
17
18
.include <bsd.port.options.mk>
19
20
.if ${PORT_OPTIONS:MX11}
21
LIB_DEPENDS=   MagickWand:${PORTSDIR}/graphics/ImageMagick
22
.else
23
LIB_DEPENDS=   MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11
24
.endif
25
17
.include <bsd.port.mk>
26
.include <bsd.port.mk>

Return to bug 179481