From 7a7e7c8b26b6e2c63ae090a25c8a22eb820d12a4 Mon Sep 17 00:00:00 2001 From: reg Date: Thu, 28 Sep 2000 07:01:53 +0000 Subject: Add missing depends (png and jpeg). --- databases/grass-i18n/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/grass-i18n') 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 -- cgit