8c2b0e2547
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
16 lines
395 B
Makefile
16 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/18 17:28:17 bjs Exp $
|
|
#
|
|
|
|
GST_PLUGINS0.10_NAME= x264
|
|
GST_PLUGINS0.10_DIRS= ext/x264
|
|
|
|
PKGREVISION= 1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"
|
|
|
|
# need shared lib
|
|
BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1
|
|
.include "../../multimedia/x264-devel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|