diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-25 22:55:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-25 22:55:51 +0000 |
commit | 69053d36fe07c55250f0ffcde9d628c0a3bc3a5e (patch) | |
tree | db51594b4ec57e496efeac4ecde3464d77948233 /editors/conglomerate/Makefile | |
parent | 03d1fe41b40ddab9a16c8b18a87b7edb45a6ce54 (diff) |
Update to 0.7.4. This release features XML highlighting using gtksourceview,
better cursor keys handling, and a Portuguese translation.
PR: 57225
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89397
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 36df7e9c6797..4ffc794ae542 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= conglomerate -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= libgnomeui gnomeprefix gnomehack +USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |