aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-09-28 15:01:53 +0800
committerreg <reg@FreeBSD.org>2000-09-28 15:01:53 +0800
commit7a7e7c8b26b6e2c63ae090a25c8a22eb820d12a4 (patch)
tree4b81c108c2efeed5649b1b26549a946737d6e160
parente57e20559456d87720a2fb99bfc2374702fa6817 (diff)
downloadfreebsd-ports-gnome-7a7e7c8b26b6e2c63ae090a25c8a22eb820d12a4.tar.gz
freebsd-ports-gnome-7a7e7c8b26b6e2c63ae090a25c8a22eb820d12a4.tar.zst
freebsd-ports-gnome-7a7e7c8b26b6e2c63ae090a25c8a22eb820d12a4.zip
Add missing depends (png and jpeg).
-rw-r--r--databases/grass-i18n/Makefile4
-rw-r--r--databases/grass/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile
index 8c890f4f594f..ec4c4ec817d9 100644
--- a/databases/grass-i18n/Makefile
+++ b/databases/grass-i18n/Makefile
@@ -14,7 +14,9 @@ DISTNAME= grass5.0beta8_src
MAINTAINER= reg@FreeBSD.org
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
+ png.4:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 8c890f4f594f..ec4c4ec817d9 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -14,7 +14,9 @@ DISTNAME= grass5.0beta8_src
MAINTAINER= reg@FreeBSD.org
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
+ png.4:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80