diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 07:16:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 07:16:39 +0800 |
commit | c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e (patch) | |
tree | 8fa2b2f612bb702c719a46bb12089c264a56d98c /multimedia/totem-pl-parser | |
parent | 89324e869f4a4e9e42bcb1778d55f4c4c07a4598 (diff) | |
download | marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.tar marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.tar.gz marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.tar.bz2 marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.tar.lz marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.tar.xz marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.tar.zst marcuscom-ports-c776880cba1e9ad8c117cb0e7e4c5a835ecdda5e.zip |
Add two missing dependencies, intlhack (intltool) and evolutiondataserver.
Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10181 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem-pl-parser')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 450b8c091..d69e94a7b 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.3 2008/01/08 22:57:47 kwm Exp $ +# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.4 2008/01/14 03:03:45 mezz Exp $ # PORTNAME= totem-pl-parser PORTVERSION= 2.21.90 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME @@ -18,7 +19,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomevfs2 +USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack evolutiondataserver USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |