diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-24 08:05:50 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-24 08:05:50 +0000 |
commit | af39cad2bbde3c29a507c53c0507166678c824a7 (patch) | |
tree | 6232660fbbfffb2cd1280876d89156dbd28ac1ea | |
parent | 1479df996076af24f59155481092fcac9751afab (diff) |
Notes
-rw-r--r-- | graphics/ayam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index 1c55d8416829..29085e5ae6f8 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -17,7 +17,8 @@ MAINTAINER= tiamat@comset.net COMMENT= 3D modeling environment for the RenderMan interface LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 + tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ + tiff.4:${PORTSDIR}/graphics/tiff USE_GL= yes USE_XLIB= yes |