diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 3b34c3100..cd6ad55cc 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -3,11 +3,11 @@ # Whom: Rene Hexel <rh@netbsd.org> # # $FreeBSD$ -# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.10 2007/07/30 20:41:08 mezz Exp $ +# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.11 2007/08/04 03:51:32 marcus Exp $ PORTNAME= scrollkeeper PORTVERSION= 0.3.14 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -34,7 +34,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_BISON= yes +USE_BISON= build USE_GNOME= gnomehack gnomehier gnometarget libxslt intlhack USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share \ |