diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-18 01:09:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-18 01:09:23 +0800 |
commit | 6f1dfc84f2a89ca4491ac0f91e007347587c5903 (patch) | |
tree | ba0ea1a41ea3507933f495d0a3f79bc576dff0be /x11 | |
parent | b1bb7ec3045c3356a095be0f5c0d698f065cb615 (diff) | |
download | marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.tar marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.tar.gz marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.tar.bz2 marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.tar.lz marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.tar.xz marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.tar.zst marcuscom-ports-6f1dfc84f2a89ca4491ac0f91e007347587c5903.zip |
Add a missing dependency on glib20.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6462 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxklavier/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 0f43c2c49..6811fe188 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/libxklavier/Makefile,v 1.22 2006/06/13 04:19:38 marcus Exp $ # PORTNAME= libxklavier PORTVERSION= 2.91 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +19,7 @@ COMMENT= An utility library to make XKB stuff easier USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack libxml2 +USE_GNOME= gnometarget gnomehack libxml2 glib20 INSTALLS_SHLIB= yes USE_GETOPT_LONG=yes GNU_CONFIGURE= yes |