summaryrefslogtreecommitdiff
path: root/databases/grass
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-09-28 07:01:53 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-09-28 07:01:53 +0000
commit9ec772b98ef75e5f9cf3afd76129c977c18cd078 (patch)
tree2698bf7f4c3267b28f6c7d6bda762bb5c73291da /databases/grass
parentUpdate to the new 0.3.3 after my pathes have been merged. (diff)
Add missing depends (png and jpeg).
Notes
Notes: svn path=/head/; revision=33196
Diffstat (limited to 'databases/grass')
-rw-r--r--databases/grass/Makefile4
1 files changed, 3 insertions, 1 deletions
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