diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-24 17:50:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-24 17:50:26 +0800 |
commit | 7a2e3633d643242fbbe220753fbb92b1d00af298 (patch) | |
tree | 5cd5b5463c4fa89446a5dfe14d7f1983647fdecd /multimedia/totem-pl-parser/Makefile | |
parent | b9d746af92e47f3aba754fefe60b72281faf4736 (diff) | |
download | marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.tar marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.tar.gz marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.tar.bz2 marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.tar.lz marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.tar.xz marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.tar.zst marcuscom-ports-7a2e3633d643242fbbe220753fbb92b1d00af298.zip |
Update to 2.27.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12497 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 477e966ec..77b6e3ccb 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.26 2009/05/07 23:25:19 marcus Exp $ +# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.27 2009/07/19 19:46:46 marcus Exp $ # PORTNAME= totem-pl-parser -PORTVERSION= 2.27.1 +PORTVERSION= 2.27.2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,12 +15,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GObject-based library to parse a host of playlist formats -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ + gmime-2.4.6:${PORTSDIR}/mail/gmime24 USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack evolutiondataserver \ - ltverhack +USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack ltverhack USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 |