Add missing LIB_DEPENDS.
Submitted by: bento
This commit is contained in:
parent
77c86abb27
commit
22bc8cdd75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39829
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ DIST_SUBDIR= ruby
|
|||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= pdf.3:${PORTSDIR}/print/pdflib3
|
||||
LIB_DEPENDS= pdf.3:${PORTSDIR}/print/pdflib3 \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
|
Loading…
Reference in a new issue