diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-17 07:49:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-17 07:49:46 +0800 |
commit | 190e3f71720689bc2a0456fad88dd842ee5bb1ae (patch) | |
tree | 184bdf3f24c6286a40eb3532505e7ee57c50136b | |
parent | 9ae02ed8204fb0abf98381760b7781e458bd369f (diff) | |
download | marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.tar marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.tar.gz marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.tar.bz2 marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.tar.lz marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.tar.xz marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.tar.zst marcuscom-ports-190e3f71720689bc2a0456fad88dd842ee5bb1ae.zip |
Chase the gucharmap shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11059 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-applets/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 97af45994..e27bf61c7 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.181 2008/06/06 21:38:55 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.182 2008/06/16 18:50:29 marcus Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.23.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${POR LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ gweather.1:${PORTSDIR}/net/libgweather \ xklavier.12:${PORTSDIR}/x11/libxklavier \ - gucharmap.6:${PORTSDIR}/deskutils/gucharmap + gucharmap.7:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon |