diff options
author | joerg <joerg> | 2008-09-22 20:21:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-09-22 20:21:03 +0000 |
commit | aac73e8d68d2ca9e65e351e8d8eb4fd0725a9100 (patch) | |
tree | 1fd2abb8dfde59262f503d38bee254bb6608fc4e /editors | |
parent | 7d3cd5cc6ca780f8ec655409ec356f4ea82933be (diff) | |
download | pkgsrc-aac73e8d68d2ca9e65e351e8d8eb4fd0725a9100.tar.gz |
Switch to x11/wxGTK26{,-contrib}.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/poedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index a0c6d5122af..5071d96d68e 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/09/06 20:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/09/22 20:21:03 joerg Exp $ # DISTNAME= poedit-1.3.6 @@ -21,6 +21,6 @@ CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config .include "../../databases/db4/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" -.include "../../x11/wxGTK/buildlink3.mk" +.include "../../x11/wxGTK26/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |