aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-28 05:28:28 +0800
committersteve <steve@FreeBSD.org>1999-12-28 05:28:28 +0800
commit6d7448ed0c061eb39aeb5119e12f507fe9019862 (patch)
treed37150dcdbc63010b4614c1a0d7d6f1d6b685186
parentc1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b (diff)
downloadfreebsd-ports-gnome-6d7448ed0c061eb39aeb5119e12f507fe9019862.tar.gz
freebsd-ports-gnome-6d7448ed0c061eb39aeb5119e12f507fe9019862.tar.zst
freebsd-ports-gnome-6d7448ed0c061eb39aeb5119e12f507fe9019862.zip
These ports now need 'LIB_DEPENDS=gd.0:...'.
-rw-r--r--german/webalizer/Makefile2
-rw-r--r--german/webalizer2/Makefile2
-rw-r--r--graphics/g2/Makefile2
-rw-r--r--graphics/p5-GD/Makefile2
-rw-r--r--graphics/p5-GD1/Makefile2
-rw-r--r--graphics/p5-GD2/Makefile2
-rw-r--r--graphics/png2html/Makefile4
-rw-r--r--graphics/tgd/Makefile2
-rw-r--r--math/gnuplot+/Makefile4
-rw-r--r--math/gnuplot/Makefile4
-rw-r--r--net-mgmt/mrtg/Makefile2
-rw-r--r--net/mrtg/Makefile2
-rw-r--r--www/http-analyze/Makefile2
-rw-r--r--www/webalizer-2/Makefile2
-rw-r--r--www/webalizer/Makefile2
15 files changed, 18 insertions, 18 deletions
diff --git a/german/webalizer/Makefile b/german/webalizer/Makefile
index 48eb8cb994fe..b87df8ed33f7 100644
--- a/german/webalizer/Makefile
+++ b/german/webalizer/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
WEBALIZER_LANG= german
GNU_CONFIGURE= yes
diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile
index 48eb8cb994fe..b87df8ed33f7 100644
--- a/german/webalizer2/Makefile
+++ b/german/webalizer2/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
WEBALIZER_LANG= german
GNU_CONFIGURE= yes
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
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile
index fd56aa413d68..de572bd0fedf 100644
--- a/math/gnuplot+/Makefile
+++ b/math/gnuplot+/Makefile
@@ -24,8 +24,8 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/japanese/gd \
${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype
.else
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \
- ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
+BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype
.endif
EXTRACT_ONLY= gnuplot-3.7.1.tar.gz
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 42005ade8641..d05254e3f3c5 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
MAINTAINER= chuckr@FreeBSD.org
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+ gd.0:${PORTSDIR}/graphics/gd
USE_XLIB= yes
GNU_CONFIGURE= yes
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile
index b0674f3b0158..f8a7c5b6ff65 100644
--- a/net-mgmt/mrtg/Makefile
+++ b/net-mgmt/mrtg/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/
MAINTAINER= jfitz@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
USE_PERL5= YES
MAKE_ENV+= PERL=${PERL}
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index b0674f3b0158..f8a7c5b6ff65 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/
MAINTAINER= jfitz@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
USE_PERL5= YES
MAKE_ENV+= PERL=${PERL}
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile
index 4c05038c9ede..0477653528df 100644
--- a/www/http-analyze/Makefile
+++ b/www/http-analyze/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= -src.tar.gz
MAINTAINER= andreas@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
BROKEN= gd upgrade
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile
index 7c2eb7f04f8e..10a3493f5b25 100644
--- a/www/webalizer-2/Makefile
+++ b/www/webalizer-2/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 7c2eb7f04f8e..10a3493f5b25 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
-BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \