diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-31 16:27:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-31 16:27:46 +0800 |
commit | c84f5dd43978c55ef6de9504003212e63a77845f (patch) | |
tree | d819bc593b74479cfca3fe344cb625c25c7a6044 /x11/libgnomekbd/Makefile | |
parent | 8ad06187985ccb21cc4640b1f0cebd67875cfb1e (diff) | |
download | marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.tar marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.tar.gz marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.tar.bz2 marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.tar.lz marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.tar.xz marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.tar.zst marcuscom-ports-c84f5dd43978c55ef6de9504003212e63a77845f.zip |
Chase the libxklavier shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10310 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r-- | x11/libgnomekbd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index e95d5646a..dabe64c66 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libgnomekbd/Makefile,v 1.15 2007/10/29 11:42:44 ahze Exp $ +# $MCom: ports/x11/libgnomekbd/Makefile,v 1.16 2007/12/22 21:50:41 kwm Exp $ # PORTNAME= libgnomekbd PORTVERSION= 2.21.4.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME keyboard shared library -LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier \ +LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes |