diff options
-rw-r--r-- | www/opera-linuxplugins/Makefile | 1 | ||||
-rw-r--r-- | www/opera/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/opera-linuxplugins/Makefile b/www/opera-linuxplugins/Makefile index 2006680a732b..96e86f59385b 100644 --- a/www/opera-linuxplugins/Makefile +++ b/www/opera-linuxplugins/Makefile @@ -36,6 +36,7 @@ USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes +EXPLICIT_PACKAGE_DEPENDS= yes PLIST_FILES= lib/opera/operapluginwrapper.linux diff --git a/www/opera/Makefile b/www/opera/Makefile index 7cd4d92816e7..4b201df8860a 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -39,6 +39,7 @@ MAN1= opera.1 opera-widget-manager.1 MANCOMPRESSED= yes NO_BUILD= yes +EXPLICIT_PACKAGE_DEPENDS= yes OPTIONS= CUPS "Enable support for printing (requires CUPS)" on \ VIDEO "Enable support for HTML5 video (requires GStreamer)" on \ |