Skip to content

Commit

Permalink
graphics/Makefile: remove false dependency on freetype 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Jun 8, 2022
1 parent e94c259 commit b7193b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions graphics/ocaml-images/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= images
PORTVERSION= 4.0.1
PORTREVISION= 9
PORTREVISION= 10
PORTEPOCH= 2
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/
Expand Down Expand Up @@ -33,8 +33,8 @@ WRKSRC= ${WRKDIR}/camlspotter-camlimages-c803efa9d5d3

MAKE_JOBS_UNSAFE= yes

OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF FREETYPE GHOSTSCRIPT GTK2 DOCS
OPTIONS_DEFAULT=PNG JPEG TIFF XPM GIF FREETYPE GHOSTSCRIPT
OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF GHOSTSCRIPT GTK2 DOCS
OPTIONS_DEFAULT=PNG JPEG TIFF XPM GIF GHOSTSCRIPT
OPTIONS_SUB= yes

PNG_CONFIGURE_WITH= png
Expand All @@ -53,8 +53,7 @@ GIF_LIB_DEPENDS= libgif.so:graphics/giflib

FREETYPE_USES= pkgconfig
FREETYPE_CONFIGURE_WITH=freetype
FREETYPE_LIB_DEPENDS= libttf.so:print/freetype \
libfreetype.so:print/freetype2
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2

GHOSTSCRIPT_CONFIGURE_WITH= gs
GHOSTSCRIPT_USES= ghostscript
Expand Down

0 comments on commit b7193b2

Please sign in to comment.