diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:23:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:23:58 +0000 |
commit | 66f5db0f10a92f075d5a2d2663fad6c90efe26c0 (patch) | |
tree | c892b80e69c7e702cb40e28ad4b8e325ecf97ff5 /graphics/vid | |
parent | upgrade to 2.2.2 (diff) |
pbm -> netpbm
PR: 40287
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=62689
Diffstat (limited to 'graphics/vid')
-rw-r--r-- | graphics/vid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index db74611f3eb2..cfb5b32b2c8f 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -19,8 +19,7 @@ MAINTAINER= roger@freebsd.org BROKEN= requires FreeBSD 4.0 or later .endif - -LIB_DEPENDS= pbm:${PORTSDIR}/graphics/netpbm +LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm # The port does not understand 'make all' or 'make install' # so change the 'all_target' to be empty and use our own do-install handler. |