aboutsummaryrefslogtreecommitdiff
path: root/textproc/kmflcomp
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-10-24 15:43:17 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-10-24 15:43:17 +0000
commit5f6d5f8c8b60e26cd68805c020a32c617d76c65a (patch)
treeed7d7bf2babbc57aee9fb1fe7b464a34224d7ab7 /textproc/kmflcomp
parent462740ed176e954a873c4644aaabb94113285926 (diff)
downloadports-5f6d5f8c8b60e26cd68805c020a32c617d76c65a.tar.gz
ports-5f6d5f8c8b60e26cd68805c020a32c617d76c65a.zip
- Fix bison dependency wrong committed on import
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=201927
Diffstat (limited to 'textproc/kmflcomp')
-rw-r--r--textproc/kmflcomp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/kmflcomp/Makefile b/textproc/kmflcomp/Makefile
index 184c36e40aeb..2404bc7b32b2 100644
--- a/textproc/kmflcomp/Makefile
+++ b/textproc/kmflcomp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kmflcomp
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://anthesphoria.net/files/distribution/
@@ -19,7 +20,8 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Compiler of Keyman keyboard sources to use with SCIM KMFL IMEngine
-USE_BISON= yes
+BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
+
USE_XORG= x11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes