diff options
author | dillon <dillon@FreeBSD.org> | 2002-09-10 06:00:10 +0800 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-09-10 06:00:10 +0800 |
commit | 0477daedcafab56edea72dafa282d75906ba9529 (patch) | |
tree | ccc41c614eb612fc8234f0bff78cf79a515d70d8 /graphics/crw | |
parent | 03f088a27624fa99ac1e5576b5999c735c56336d (diff) | |
download | freebsd-ports-gnome-0477daedcafab56edea72dafa282d75906ba9529.tar.gz freebsd-ports-gnome-0477daedcafab56edea72dafa282d75906ba9529.tar.zst freebsd-ports-gnome-0477daedcafab56edea72dafa282d75906ba9529.zip |
Add missing package dependancy.
Submitted by: Tilman Linneweh <tilman@arved.de>
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 |