diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-27 00:15:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-27 00:15:03 +0000 |
commit | d8df9e0a20d2865cebbf8fef88cdcd5f111e3c25 (patch) | |
tree | 8e3c0d0a22794bbad5c169ff218c4e115361488d /mbone | |
parent | 313ad17835e072495919014d0d25ba96b0539237 (diff) | |
download | pkgsrc-d8df9e0a20d2865cebbf8fef88cdcd5f111e3c25.tar.gz |
Remove vic-gpl option.
With this option, it tries to build against ffmpeg, but all ffmpegs
in pkgsrc are too new.
Bump PKGREVISION for default option change.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vic-devel/Makefile | 4 | ||||
-rw-r--r-- | mbone/vic-devel/options.mk | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mbone/vic-devel/Makefile b/mbone/vic-devel/Makefile index b9a716f3d8a..b57e8695a71 100644 --- a/mbone/vic-devel/Makefile +++ b/mbone/vic-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 10:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/27 00:15:03 wiz Exp $ DISTNAME= vic-2.8ucl1.4.0beta-4337 PKGNAME= vic-devel-2.8.1.4.0beta.4337 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mbone tk MASTER_SITES= http://www.NetBSD.org/~sborrill/snapshots/ diff --git a/mbone/vic-devel/options.mk b/mbone/vic-devel/options.mk index fb194d6f861..b62cb472587 100644 --- a/mbone/vic-devel/options.mk +++ b/mbone/vic-devel/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2012/06/12 15:45:59 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2013/01/27 00:15:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.vic -PKG_SUPPORTED_OPTIONS= inet6 vic-gpl -PKG_SUGGESTED_OPTIONS= inet6 vic-gpl +PKG_SUPPORTED_OPTIONS= inet6 # vic-gpl +PKG_SUGGESTED_OPTIONS= inet6 # vic-gpl .include "../../mk/bsd.options.mk" |