mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
graphics/rubygem-image_processing: Add x11 and nox11 flavors
This commit is contained in:
parent
4baa1b9cba
commit
ff20a70597
@ -10,11 +10,15 @@ WWW= https://github.com/janko/image_processing
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-mini_magick4>=4.9.5<5:graphics/rubygem-mini_magick4 \
|
||||
rubygem-ruby-vips>=2.0.17<3:graphics/rubygem-ruby-vips
|
||||
RUN_DEPENDS= rubygem-mini_magick4${PKGNAMESUFFIX}>=4.9.5<5:graphics/rubygem-mini_magick4@${FLAVOR} \
|
||||
rubygem-ruby-vips${PKGNAMESUFFIX}>=2.0.17<3:graphics/rubygem-ruby-vips@${FLAVOR}
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
FLAVORS= x11 nox11
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
nox11_PKGNAMESUFFIX= -nox11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user