From f662cb54be4d472df8e366a844ce3cbb4106c7ff Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 13 Mar 2013 00:28:05 +0000 Subject: [PATCH] Remove SHARED_ONLY now that libdvdread links directly to libdvdcss instead of relying upon dlopen() the library. ok sthen@ --- devel/libdvdread/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/libdvdread/Makefile b/devel/libdvdread/Makefile index 7936fbfbda9..0dce925023f 100644 --- a/devel/libdvdread/Makefile +++ b/devel/libdvdread/Makefile @@ -1,6 +1,4 @@ -#$OpenBSD: Makefile,v 1.24 2013/03/11 10:50:09 espie Exp $ - -SHARED_ONLY = Yes +#$OpenBSD: Makefile,v 1.25 2013/03/13 00:28:05 brad Exp $ COMMENT = accessing DVD files @@ -19,6 +17,8 @@ MAINTAINER = Marc Espie # GPLv2+ PERMIT_PACKAGE_CDROM = Yes +WANTLIB += dvdcss + LIB_DEPENDS = converters/libdvdcss>=1.2.12p0 MAKE_ENV = LIBDVDREAD_VERSION=${LIBdvdread_VERSION} @@ -34,6 +34,4 @@ CONFIGURE_ARGS =--prefix="${PREFIX}" \ --disable-debug \ --disable-opts -WANTLIB += dvdcss - .include