diff options
author | wiz <wiz> | 2005-08-07 11:28:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-08-07 11:28:07 +0000 |
commit | 33db6ce4cf2ca596093d720ac04ad855e402ddab (patch) | |
tree | e347f1dee3f862ee8403d235fdc46d4f5a14fe81 /editors | |
parent | 200f060656ca4c150300a5e14ba512d78bcfac44 (diff) | |
download | pkgsrc-33db6ce4cf2ca596093d720ac04ad855e402ddab.tar.gz |
Depend on wxGTK24, bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/poedit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 3b38387af2f..1368ee00461 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/08/07 11:29:03 wiz Exp $ # DISTNAME= poedit-1.2.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/} @@ -15,8 +15,9 @@ DEPENDS+= zip-[0-9]*:../../archivers/zip GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake +CONFIGURE_ENV+= WX_CONFIG_NAME=${LOCALBASE}/bin/wx24-config .include "../../databases/db4/buildlink3.mk" -.include "../../x11/wxGTK/buildlink3.mk" +.include "../../x11/wxGTK24/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |