summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-08-07 11:28:07 +0000
committerwiz <wiz@pkgsrc.org>2005-08-07 11:28:07 +0000
commit193f82a45fdf187d0c77dcf8783c10966364e431 (patch)
treee347f1dee3f862ee8403d235fdc46d4f5a14fe81 /editors
parentac7c232c4f1bd761c116f9a550811ded3a2e4528 (diff)
downloadpkgsrc-193f82a45fdf187d0c77dcf8783c10966364e431.tar.gz
Depend on wxGTK24, bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/poedit/Makefile7
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"