summaryrefslogtreecommitdiff
path: root/editors/poedit
diff options
context:
space:
mode:
authorwiz <wiz>2005-08-07 11:28:07 +0000
committerwiz <wiz>2005-08-07 11:28:07 +0000
commit3e29dd2719c22e8ad6eefbb37107515b939421d2 (patch)
treee347f1dee3f862ee8403d235fdc46d4f5a14fe81 /editors/poedit
parent76f70fe6eb57ac960743afff3991767f73b7e9f7 (diff)
downloadpkgsrc-3e29dd2719c22e8ad6eefbb37107515b939421d2.tar.gz
Depend on wxGTK24, bump PKGREVISION.
Diffstat (limited to 'editors/poedit')
-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"