From 3b6aa05a449d55814874b1059bf41d8bb93d5d18 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 2 Jan 2007 06:09:11 +0000 Subject: [PATCH] * Correct a typo I introduced in my 1.10.2 update, and correct the v4l_compat dependency [1] * Switch INSTALLS_SHLIB to USE_LDCONFIG while I'm here Reported by: Pawel Worach [1] --- devel/pwlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 9d5ad61403e5..ea71f8d76174 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -28,7 +28,7 @@ WANT_GNOME= yes WANT_SDL= yes USE_OPENSSL= yes NO_FILTER_SHLIBS= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include @@ -129,7 +129,7 @@ PLIST_SUB+= BSDVIDEO="@comment " !defined(WITHOUT_V4L) ) CONFIGURE_ARGS+=--enable-v4l PLIST_SUB+= V4L="" -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h +BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat .else CONFIGURE_ARGS+=--disable-v4l PLIST_SUB+= V4L="@comment "