diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-09 00:50:42 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-09 00:50:42 +0800 |
commit | a8ba13a20d488bfc2fdce7046823c4d5d0cd9453 (patch) | |
tree | 78faa76e37c856f0ffabee65f2f3a5c660e76904 /deskutils/ontv | |
parent | dbb0c1ad2fa173ca87216ff34cc1018f7a4786be (diff) | |
download | marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.tar marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.tar.gz marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.tar.bz2 marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.tar.lz marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.tar.xz marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.tar.zst marcuscom-ports-a8ba13a20d488bfc2fdce7046823c4d5d0cd9453.zip |
Add two missing depdencies, gnome-python-extras and libnotify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7665 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/ontv')
-rw-r--r-- | deskutils/ontv/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/ontv/Makefile b/deskutils/ontv/Makefile index 62212b8ba..6e2423db9 100644 --- a/deskutils/ontv/Makefile +++ b/deskutils/ontv/Makefile @@ -3,10 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/ontv/Makefile,v 1.2 2006/07/25 04:03:00 ahze Exp $ +# PORTNAME= ontv PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -14,12 +16,13 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME Applet frontend of XMLTV +LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \ tv_grab_be:${PORTSDIR}/textproc/p5-xmltv USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= pygnomedesktop gnomeprefix +USE_GNOME= pygnomedesktop gnomeprefix pygnomeextras USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes |