-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depend on gst-plugins-ogg. Bump PKGREVISION to 1.
- Loading branch information
jmmv
committed
Apr 16, 2004
1 parent
bf1e12d
commit 0be573a
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 13:51:43 jmmv Exp $ | ||
# $NetBSD: Makefile,v 1.2 2004/04/16 13:42:13 jmmv Exp $ | ||
# | ||
|
||
GST_PLUGINS_NAME= theora | ||
GST_PLUGINS_DIR= ext/theora | ||
|
||
PKGREVISION= 1 | ||
|
||
.include "../../multimedia/gst-plugins/Makefile.common" | ||
|
||
DEPENDS+= gst-plugins-ogg>=0.8.1:../../multimedia/gst-plugins-ogg | ||
|
||
.include "../../multimedia/libtheora/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |