diff options
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files 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 <bsd.port.pre.mk> @@ -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 " |