aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-09 14:23:58 +0800
committerijliao <ijliao@FreeBSD.org>2002-07-09 14:23:58 +0800
commit120d2bc6d1f7d0338b29b32b3baafe86a162cc35 (patch)
treef83cf58f9051d3ec4817a98c850bcd665c99c338 /graphics
parent062f175b1ffbb3f525ddd15145613e154cccbd70 (diff)
downloadfreebsd-ports-gnome-120d2bc6d1f7d0338b29b32b3baafe86a162cc35.tar.gz
freebsd-ports-gnome-120d2bc6d1f7d0338b29b32b3baafe86a162cc35.tar.zst
freebsd-ports-gnome-120d2bc6d1f7d0338b29b32b3baafe86a162cc35.zip
pbm -> netpbm
PR: 40287 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vid/Makefile3
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.