diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2002-09-09 22:00:10 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-09-09 22:00:10 +0000 |
commit | 50fec5cd5cdf66a572be0c25e90b9bf8de089406 (patch) | |
tree | 93b763dabfefb3c642008e05067c4c3d520eadb5 /graphics/crw | |
parent | Fix WWW. (diff) |
Add missing package dependancy.
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=65962
Diffstat (limited to 'graphics/crw')
-rw-r--r-- | graphics/crw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile index d9c7142c5b91..e8b5c35bddc2 100644 --- a/graphics/crw/Makefile +++ b/graphics/crw/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ MAINTAINER= dillon@FreeBSD.ORG +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + MAN1= crw.1 MANCOMPRESSED= yes |