From 0fc6fc44f12a6b720ca6e1fa16cd36cec6a66070 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 12 Oct 2001 16:44:05 +0000 Subject: [PATCH] Another netpbm update victim... add LIB_DEPENDS accordingly. Remove netpbm-* pkgspec for now, as it won't work with LIB_DEPENDS. --- graphics/vid/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index dc5996f5e75..2609102c640 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/07/22 04:32:21 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.3 2001/10/12 16:44:05 espie Exp $ # $FreeBSD: ports/graphics/vid/Makefile,v 1.5 2001/02/21 07:48:56 roger Exp $ # @@ -6,12 +6,10 @@ COMMENT= "Get images from USB cameras using the OV511(+) chipsets" DISTNAME= vid-1.0.1 CATEGORIES= graphics -NEED_VERSION= 1.402 +NEED_VERSION= 1.474 HOMEPAGE= http://members.home.com/housel/ -MAINTAINER= ports@openbsd.org - # GNU PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -20,7 +18,8 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://members.home.com/housel/ -BUILD_DEPENDS= picttoppm:netpbm-*:graphics/netpbm +BUILD_DEPENDS= ::graphics/netpbm +LIB_DEPENDS= pbm,pgm,pnm,ppm::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.