This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
This commit is contained in:
parent
91d30168b6
commit
746c474335
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53467
4 changed files with 8 additions and 8 deletions
|
@ -20,9 +20,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER?= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
freetype.8:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png:${PORTSDIR}/graphics/png \
|
||||
freetype:${PORTSDIR}/print/freetype2
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
A graphics library for fast PNG creation
|
||||
A graphics library for fast image creation
|
||||
|
|
|
@ -20,9 +20,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER?= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
freetype.8:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png:${PORTSDIR}/graphics/png \
|
||||
freetype:${PORTSDIR}/print/freetype2
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
A graphics library for fast PNG creation
|
||||
A graphics library for fast image creation
|
||||
|
|
Loading…
Reference in a new issue