diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-27 12:08:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-27 12:08:28 +0800 |
commit | 57c04b1ab821ccaf8a996017e8489e76659b41a6 (patch) | |
tree | 9c6640ae388b1805918312b3e6b8e4874ec70774 | |
parent | 566e88ea9538ee51318741ee0c47de6fa0116185 (diff) | |
download | marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.tar marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.tar.gz marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.tar.bz2 marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.tar.lz marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.tar.xz marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.tar.zst marcuscom-ports-57c04b1ab821ccaf8a996017e8489e76659b41a6.zip |
This port needs X11, so add USE_XLIB.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6841 df743ca5-7f9a-e211-a948-0013205c9059
-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 058a92e71..d48dfde60 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.25 2006/07/23 20:33:22 marcus Exp $ +# $MCom: ports/x11/libxklavier/Makefile,v 1.26 2006/07/23 23:28:32 mezz Exp $ # PORTNAME= libxklavier PORTVERSION= 2.91 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,6 +17,7 @@ MASTER_SITE_SUBDIR= gswitchit MAINTAINER= gnome@FreeBSD.org COMMENT= An utility library to make XKB stuff easier +USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnometarget gnomehack libxml2 glib20 INSTALLS_SHLIB= yes |