diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
commit | d750615763ee2d3250de2115295079f66d813d1f (patch) | |
tree | 05b94e79be3ac272b9b617e50fc723ea52c6cf34 /editors/poedit | |
parent | 767bcfc72cf9c3574739d745cff6620fa75b0e74 (diff) | |
download | ports-d750615763ee2d3250de2115295079f66d813d1f.tar.gz ports-d750615763ee2d3250de2115295079f66d813d1f.zip |
Notes
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index e7b388016cc3..96469760adcb 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -17,14 +17,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - wx_gtk2u_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode +LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig USE_BDB= yes WITH_BDB_HIGHEST= yes +USE_WX= 2.6 +WX_CONF_ARGS= absolute +WX_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ |