diff options
Diffstat (limited to 'editors/poedit/Makefile')
-rw-r--r-- | editors/poedit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 862e51c55ede..1e360b92a5b7 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -13,10 +13,10 @@ COMMENT= Gettext catalogs (.po files) editor LICENSE= BSD2CLAUSE -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - liblucene++.so:${PORTSDIR}/textproc/luceneplusplus +BUILD_DEPENDS= zip:archivers/zip +LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ + libboost_thread.so:devel/boost-libs \ + liblucene++.so:textproc/luceneplusplus USES= compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig USE_WX= 3.0 |