diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-03 03:31:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-03 03:31:02 +0800 |
commit | e4b86a776e70e0d7c393edc25b608e599d4b95ed (patch) | |
tree | 0cd6aa1542b0312265d76da82bd8d015d0991c17 /x11/gnome-applets/Makefile | |
parent | e4579326f59837f6ef8bf2a9adf81e4572eb2b48 (diff) | |
download | marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.tar marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.tar.gz marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.tar.bz2 marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.tar.lz marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.tar.xz marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.tar.zst marcuscom-ports-e4b86a776e70e0d7c393edc25b608e599d4b95ed.zip |
Update to 2.17.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8134 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 49c1e4368..ebd1b1327 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.145 2006/12/06 12:47:37 ahze Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.146 2006/12/06 12:49:54 ahze Exp $ # PORTNAME= gnome-applets -PORTVERSION= 2.16.2 -PORTREVISION= 1 +PORTVERSION= 2.17.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -34,7 +33,7 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ - gail gnomedocutils + gail gnomedocutils libgnomekbd WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes |