summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.