diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/g2/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD1/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD2/Makefile | 2 | ||||
-rw-r--r-- | graphics/png2html/Makefile | 4 | ||||
-rw-r--r-- | graphics/tgd/Makefile | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index 706dec0f5afc..f9457e30a66c 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= billf@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 0f8a4994d0f3..6b06df58ae66 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index 0f8a4994d0f3..6b06df58ae66 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index 0f8a4994d0f3..6b06df58ae66 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index d0664fc33e57..bab0df1155a5 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.engr.mun.ca/~holden/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png -BUILD_DEPENDS= webpng:${PORTSDIR}/graphics/gd +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ + gd.0:${PORTSDIR}/graphics/gd do-configure: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig diff --git a/graphics/tgd/Makefile b/graphics/tgd/Makefile index d8f4381b835e..1948b729137c 100644 --- a/graphics/tgd/Makefile +++ b/graphics/tgd/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://probe.nalusda.gov/pub/treegenes/ \ MAINTAINER= mharo@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd BROKEN= gd changes FORBIDDEN= author hadn\'t had time to update for gd changes |