eureka-devel: Update TODO

This commit is contained in:
Michael Baeuerle 2019-10-04 13:23:16 +02:00
parent 070b0069d1
commit 23ac55a026
2 changed files with 2 additions and 1 deletions

View File

@ -19,3 +19,4 @@
[X] Make xdg-utils an option (Default=on)
=> An option "xdg-utils" already exists in pkgsrc
[ ] Import final eureka 1.25 release
[ ] Switch back to FLTK version from pkgsrc current

View File

@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= xdg-utils
.include "../../mk/bsd.options.mk"
# xdg-utils: Create dependency for xdg-utils (Portland project)
# xdg-utils are used for WWW-Browser and eMail redirection
# Can be used by FLTK for fl_open_uri() on X11
.if !empty(PKG_OPTIONS:Mxdg-utils)
DEPENDS+= xdg-utils>=1.1:../../misc/xdg-utils
.endif