diff options
Diffstat (limited to 'devel/meld/Makefile')
-rw-r--r-- | devel/meld/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 7675ceb5b48..e8f2fd9f043 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,23 +1,22 @@ -# $NetBSD: Makefile,v 1.17 2009/03/08 15:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/04/20 10:53:58 wiz Exp $ # -DISTNAME= meld-1.2.1 -PKGREVISION= 1 +DISTNAME= meld-1.3.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.3/} EXTRACT_SUFX= .tar.bz2 -PKG_DESTDIR_SUPPORT= user-destdir - -DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8.0:../../x11/py-gtk2 -DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.6.0:../../x11/py-gnome2 - MAINTAINER= dieter.NetBSD@pandora.be HOMEPAGE= http://meld.sourceforge.net/ COMMENT= Visual diff and merge tool -USE_DIRS+= xdg-1.3 -USE_DIRS+= gnome2-1.6 +DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8.0:../../x11/py-gtk2 + +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_DIRS+= gnome2-1.6 xdg-1.3 USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake msgfmt intltool MAKE_FLAGS+= prefix=${PREFIX} @@ -25,10 +24,7 @@ MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}/locale MAKE_FLAGS+= PYTHON=${PYTHONBIN} MAKE_FILE= GNUmakefile PYTHON_PATCH_SCRIPTS= meld - -post-extract: - # msgfmt complains about this in 1.2.1 - ${RM} ${WRKSRC}/po/sq.po +PYTHON_VERSIONS_INCOMPATIBLE= 23 # remove unnecessarily created empty dir post-install: |