diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-02 06:09:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-02 06:09:11 +0000 |
commit | 3b6aa05a449d55814874b1059bf41d8bb93d5d18 (patch) | |
tree | 8d27da0771dfb7690ae3ed596415d41acc84ab52 /devel/pwlib | |
parent | 0e9494bad216bb9d79b340e7039ae2163594337c (diff) | |
download | ports-3b6aa05a449d55814874b1059bf41d8bb93d5d18.tar.gz ports-3b6aa05a449d55814874b1059bf41d8bb93d5d18.zip |
Notes
Diffstat (limited to 'devel/pwlib')
-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 " |