diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-16 02:40:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-16 02:40:17 +0800 |
commit | d072c5e7cdcf7b6335e24df928f5be9a7ea208d0 (patch) | |
tree | c719ca01868f67c1a636abc0a5cc0876a8d2f5a7 /x11 | |
parent | 0c453feb26a6bbcf388599f895dff127571e5d1f (diff) | |
download | marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.tar marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.tar.gz marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.tar.bz2 marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.tar.lz marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.tar.xz marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.tar.zst marcuscom-ports-d072c5e7cdcf7b6335e24df928f5be9a7ea208d0.zip |
Add hal-info so that full HAL functionality can be included.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10746 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 8697aa6c6..1927a34bd 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.234 2008/02/28 21:09:50 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.235 2008/03/12 21:18:21 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.22.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -69,7 +69,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \ mousetweaks:${PORTSDIR}/accessibility/mousetweaks \ vinagre:${PORTSDIR}/net/vinagre \ - cheese:${PORTSDIR}/multimedia/cheese + cheese:${PORTSDIR}/multimedia/cheese \ + ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info NO_BUILD= yes |