aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2000-12-05 22:14:38 +0800
committerroger <roger@FreeBSD.org>2000-12-05 22:14:38 +0800
commit8dc39f681a8248ee5d2bc4ca663d1b5dc697fd69 (patch)
tree0bb35df746dc31d549ee1ebc509c96c3c7c7c2d1 /graphics
parent9667de8dc865e54bd772cb90a11ecbeb8840cabe (diff)
downloadfreebsd-ports-gnome-8dc39f681a8248ee5d2bc4ca663d1b5dc697fd69.tar.gz
freebsd-ports-gnome-8dc39f681a8248ee5d2bc4ca663d1b5dc697fd69.tar.zst
freebsd-ports-gnome-8dc39f681a8248ee5d2bc4ca663d1b5dc697fd69.zip
Add dependency on netpbm
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile
index 0f5033621fe9..2f476428a209 100644
--- a/graphics/vid/Makefile
+++ b/graphics/vid/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= http://members.home.com/housel/
MAINTAINER= roger@freebsd.org
+LIB_DEPENDS= pbm:${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.