mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add missing library dependencies on jpeg and png.
Submitted by: kris, bento
This commit is contained in:
parent
3d2b895bb7
commit
ec82b31cfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75794
2 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,9 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Ruby binding for libart
|
||||
|
||||
LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart
|
||||
LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
|
|
@ -17,7 +17,9 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Ruby binding for Libart2
|
||||
|
||||
LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2
|
||||
LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue