diff options
author | xtraeme <xtraeme> | 2003-12-03 23:03:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-03 23:03:39 +0000 |
commit | 732cb15c91676477b34d2609f2bc3bfdd1571f13 (patch) | |
tree | f2857c1c60217bac5c1fe60f3715998be433e2bc /editors/conglomerate/Makefile | |
parent | f0b2a4f849f4f8d5d7b6da4b75f7384b961576dd (diff) | |
download | pkgsrc-732cb15c91676477b34d2609f2bc3bfdd1571f13.tar.gz |
Updated to 0.7.6
Changes:
* Undo/Redo now works, with an unlimited history. Large amounts of
the program was rewritten to allow this.
* Allow clicking beyond the end of the fragment of text, to make
it easy to select past the end of a line.
* Improvements to the "Required Child" dialog to use Glade and be
more HIG-compliant (David Hoover).
And more bugfixes, etc.
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 277f63f08bc..e3a24f2f48c 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/11/12 01:31:49 salo Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/03 23:03:39 xtraeme Exp $ # -DISTNAME= conglomerate-0.7.4 -PKGREVISION= 2 +DISTNAME= conglomerate-0.7.6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/} @@ -24,6 +23,10 @@ USE_PKGLOCALEDIR= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +CONFIGURE_ARGS+= --enable-printing +CONFIGURE_ARGS+= --disable-gtk-doc +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html + .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/libglade2/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" @@ -31,6 +34,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../textproc/libxml2/buildlink2.mk" .include "../../textproc/libxslt/buildlink2.mk" .include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/gtksourceview/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |