diff options
-rw-r--r-- | devel/meld/DESCR | 2 | ||||
-rw-r--r-- | devel/meld/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/meld/DESCR b/devel/meld/DESCR index 9ec616d0573..19e762ce8e8 100644 --- a/devel/meld/DESCR +++ b/devel/meld/DESCR @@ -3,3 +3,5 @@ files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. + +This is the stable version based on GTK 2. diff --git a/devel/meld/Makefile b/devel/meld/Makefile index f0be690edb2..2a45caff645 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/01/27 20:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2014/02/24 12:25:00 wiz Exp $ DISTNAME= meld-1.8.4 CATEGORIES= devel @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://meldmerge.org/ -COMMENT= Visual diff and merge tool +COMMENT= Visual diff and merge tool (GTK2 version) LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.14.0:../../x11/py-gtk2 |