diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-23 16:10:18 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-23 16:10:18 +0800 |
commit | f222792d9a454a28b094ea9c9e85aa09e3190dc8 (patch) | |
tree | 11b7b773fc2257c957f37be5cc15f228f933e599 /net/gupnp-av/Makefile | |
parent | 6dd995dd6185f229fb37df9a344f80a02d9a6d25 (diff) | |
download | freebsd-ports-gnome-f222792d9a454a28b094ea9c9e85aa09e3190dc8.tar.gz freebsd-ports-gnome-f222792d9a454a28b094ea9c9e85aa09e3190dc8.tar.zst freebsd-ports-gnome-f222792d9a454a28b094ea9c9e85aa09e3190dc8.zip |
- Update to 0.12.1
- Use USES=pathfix
- Cleanup Makefile header
Changes: http://git.gnome.org/browse/gupnp-av/tree/NEWS
Diffstat (limited to 'net/gupnp-av/Makefile')
-rw-r--r-- | net/gupnp-av/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 206a56373fc6..15a2aaf166b5 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: gupnp-av -# Date created: 2009-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gupnp-av -PORTVERSION= 0.10.3 +PORTVERSION= 0.12.1 CATEGORIES= net MASTER_SITES= GNOME @@ -16,15 +12,17 @@ COMMENT= Helpers for audio/video applications using GUPnP LICENSE= LGPL20 BUILD_DEPENDS= gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \ - gupnp>=0.17.0:${PORTSDIR}/net/gupnp + gupnp>=0.19.0:${PORTSDIR}/net/gupnp LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp -RUN_DEPENDS= gupnp>=0.17.0:${PORTSDIR}/net/gupnp +RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes +CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 USE_LDCONFIG= yes USE_XZ= yes +USES= pathfix .include <bsd.port.mk> |