diff options
author | wiz <wiz> | 2011-09-12 21:46:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-09-12 21:46:13 +0000 |
commit | de07ef41cc01927f7bfaf7415812ba95735a1147 (patch) | |
tree | a56209b03222df612540accf9be17998c1525560 /net | |
parent | 0acd9f209cc266218cbda93e14d53c9f37263ead (diff) | |
download | pkgsrc-de07ef41cc01927f7bfaf7415812ba95735a1147.tar.gz |
Update to 0.1.1, for changes see libnice.
Diffstat (limited to 'net')
-rw-r--r-- | net/gst-plugins0.10-libnice/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gst-plugins0.10-libnice/Makefile b/net/gst-plugins0.10-libnice/Makefile index 73e6aa21bfb..1ccbe158a68 100644 --- a/net/gst-plugins0.10-libnice/Makefile +++ b/net/gst-plugins0.10-libnice/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2011/06/10 09:39:58 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/09/12 21:46:13 wiz Exp $ # -DISTNAME= libnice-0.1.0 -PKGNAME= gst-plugins0.10-libnice-0.1.0 -PKGREVISION= 2 +DISTNAME= libnice-0.1.1 +PKGNAME= gst-plugins0.10-${DISTNAME} CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ -CONFLICTS+= libnice<0.0.13 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://nice.freedesktop.org/wiki/ @@ -18,6 +16,8 @@ DISTINFO_FILE= ${.CURDIR}/../../net/libnice/distinfo PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS+= libnice<0.0.13 + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config |