Remove SHARED_ONLY now that libdvdread links directly to libdvdcss
instead of relying upon dlopen() the library. ok sthen@
This commit is contained in:
parent
91515693ab
commit
f662cb54be
@ -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 <espie@openbsd.org>
|
||||
# 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 <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user